Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
singleflight remove explicit threadpool (#169)
Removing threadpool references in the singleflight crate. The crate uses Handle::current().spawn() to spawn tasks. If a `work` call is issued within a runtime within a xet_threadpool::ThreadPool runtime it will use that tokio runtime handle to spawn tasks.
- Loading branch information