Use an executor::Background
in AppContext::thread_pool
This commit is contained in:
parent
f58ef25fc5
commit
f836a25500
11 changed files with 54 additions and 265 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,13 +1,5 @@
|
|||
[workspace]
|
||||
members = [
|
||||
"fsevent",
|
||||
"gpui",
|
||||
"gpui_macros",
|
||||
"scoped_pool",
|
||||
"server",
|
||||
"zed",
|
||||
"zed-rpc"
|
||||
]
|
||||
members = ["fsevent", "gpui", "gpui_macros", "server", "zed", "zed-rpc"]
|
||||
|
||||
[patch.crates-io]
|
||||
async-task = { git = "https://github.com/zed-industries/async-task", rev = "341b57d6de98cdfd7b418567b8de2022ca993a6e" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue