Matthias247 / futures-intrusiveLinks
Synchronization primitives for Futures and async/await based on intrusive collections
☆185Updated last month
Alternatives and similar repositories for futures-intrusive
Users that are interested in futures-intrusive are comparing it to the libraries listed below
Sorting:
- skiplist☆144Updated 4 years ago
- Generic Atomic<T> type for Rust☆245Updated 3 months ago
- ☆125Updated 3 years ago
- ☆130Updated 6 years ago
- Utilities for pinning☆97Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 5 months ago
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Procedural macros in expression position☆204Updated 3 years ago
- Async stream for Rust and the futures crate.