laizy / waitgroup-rsLinks
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
Sorting:
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 6 years ago
- A global executor built on top of async-executor and smol☆75Updated 5 months ago
- Another Async IO Framework based on io_uring☆63Updated 3 years ago
- A small async runtime for Rust☆61Updated last month
- futures::AtomicWaker extracted into its own crate☆38Updated last month
- A foray into rust async await☆44Updated 6 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆18Updated 3 weeks ago
- Async filesystem primitives☆143Updated 3 months ago
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 3 years ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Updated 4 years ago
- A minimal async runtime with an experimental ambition to be an portable and interoperable async runtime for Rust☆30Updated 2 years ago
- ☆13Updated 3 years ago
- Asynchronous DNS lookups☆67Updated last year
- Get a unique thread ID in Rust☆42Updated 3 weeks ago
- Run closures in parallel☆115Updated last year
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- Command line flags library that does not require a central list of all the flags☆55Updated 3 years ago
- A queue designed for buffer swapping instead of task popping☆23Updated 3 years ago
- Thread parking and unparking☆82Updated last year
- Extra components for use with Mio.☆32Updated last week
- ☆39Updated 5 years ago
- Async networking primitives for TCP/UDP/Unix communication☆140Updated last year
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 5 years ago
- Duplicate an async I/O handle☆41Updated last year
- Concurrent hash trie☆58Updated 5 years ago
- Async tracing capabilities for the log crate☆98Updated 5 years ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- A proxy connector for Hyper-based crates☆106Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last week