Remove executor::ForegroundTask wrapper
Now that smol returns the same Task as async_task, we can simply re-export the async_task::Task struct from our executor module. Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
d68a747754
commit
914cf37f37
5 changed files with 19 additions and 85 deletions
|
@ -1,2 +1,5 @@
|
|||
[workspace]
|
||||
members = ["zed", "gpui"]
|
||||
|
||||
[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