Use our own scoped_pool implementation

This commit is contained in:
Max Brunsfeld 2021-04-20 13:51:24 -07:00
parent 265ad90034
commit 9fd8acdce7
7 changed files with 205 additions and 37 deletions

View file

@ -1,5 +1,5 @@
[workspace]
members = ["zed", "gpui", "fsevent"]
members = ["zed", "gpui", "fsevent", "scoped_pool"]
[patch.crates-io]
async-task = {git = "https://github.com/zed-industries/async-task", rev = "341b57d6de98cdfd7b418567b8de2022ca993a6e"}