async-rs / async-global-executorLinks
A global executor built on top of async-executor and smol
☆74Updated 3 months ago
Alternatives and similar repositories for async-global-executor
Users that are interested in async-global-executor are comparing it to the libraries listed below
Sorting:
- Convert closures into wakers☆45Updated 5 months ago
- futures::AtomicWaker extracted into its own crate☆27Updated last month
- Thread parking and unparking☆78Updated 5 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 3 months ago
- Typed any map for rust☆67Updated 6 months ago
- Object Pool LockFree in Rust☆47Updated last week
- Run closures in parallel☆113Updated 5 months ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Updated 4 years ago
- Duplicate an async I/O handle☆41Updated 5 months ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 4 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- ☆86Updated 5 months ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Automatic cfg for Rust compiler features☆102Updated 3 weeks ago
- An implementation of the `group_by` Haskell function for slice and strings