laizy / waitgroup-rs
A lock-free async waitgroup implementation
☆37Updated 3 years ago
Alternatives and similar repositories for waitgroup-rs:
Users that are interested in waitgroup-rs are comparing it to the libraries listed below
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- A small async runtime for Rust☆58Updated 9 months ago
- futures::AtomicWaker extracted into its own crate☆25Updated 3 weeks ago
- ☆29Updated 2 years ago
- Asynchronously speed-limiting multiple byte streams☆57Updated 4 months ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A global executor built on top of async-executor and smol☆73Updated 8 months ago
- A Configuration Library for Rust Applications☆39Updated 2 weeks ago
- Duplicate an async I/O handle☆40Updated 3 weeks ago
- Helper trait to create a boxed instance without going through stack☆35Updated 2 years ago
- Timer facilities for Rust's async story☆56Updated 4 months ago
- Get a unique thread ID in Rust☆42Updated 3 months ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆69Updated 9 months ago
- ☆15Updated 9 months ago
- [DEPRECATED] Async TLS/SSL streams using rustls☆37Updated last year
- Concurrent hash trie☆51Updated 4 years ago
- Convert closures into wakers☆45Updated 3 weeks ago
- ☆24Updated 2 years ago
- Run closures in parallel☆112Updated 3 weeks ago
- Simple Rust triggers that allows triggering a one time event in another task/thread☆22Updated 3 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 6 months ago
- A minimal async runtime with an experimental ambition to be an portable and interoperable async runtime for Rust☆27Updated last year
- A lockless mpmc/mpsc to support async base on crossbeam☆48Updated last year
- ☆55Updated 3 weeks ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- A queue designed for buffer swapping instead of task popping☆23Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆41Updated 9 months ago