Don't starve the main thread adding too many search excerpts at once
This commit is contained in:
parent
8ca0f9ac99
commit
a8f466b422
3 changed files with 35 additions and 12 deletions
|
@ -23,6 +23,7 @@ log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
|||
postage = { version = "0.4.1", features = ["futures-traits"] }
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
smallvec = { version = "1.6", features = ["union"] }
|
||||
smol = "1.2"
|
||||
|
||||
[dev-dependencies]
|
||||
editor = { path = "../editor", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue