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 5 years ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- A small async runtime for Rust☆59Updated last year
- futures::AtomicWaker extracted into its own crate☆27Updated last week
- Asynchronously speed-limiting multiple byte streams☆61Updated 7 months ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 2 months ago
- Another Async IO Framework based on io_uring☆63Updated 3 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Simple Rust triggers that allows triggering a one time event in another task/thread☆22Updated 2 weeks ago
- A minimal async runtime with an experimental ambition to be an portable and interoperable async runtime for Rust☆27Updated last year
- Command line flags library that does not require a central list of all the flags☆55Updated 2 years ago
- Timer facilities for Rust's async story☆56Updated 8 months ago
- A Configuration Library for Rust Applications☆39Updated 2 months ago
- ☆28Updated 2 years ago
- Duplicate an async I/O handle☆41Updated 4 months ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- Convert closures into wakers☆45Updated 4 months ago
- Get a unique thread ID in Rust☆42Updated 7 months ago
- A lockless mpmc/mpsc to support async base on crossbeam☆48Updated last year
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 9 months ago
- [DEPRECATED] Async TLS/SSL streams using rustls☆37Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- Object Pool LockFree in Rust☆46Updated 4 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- OpenTracing API for Rust☆64Updated 11 months ago
- ☆46Updated 4 years ago
- Rust library providing a specialized byte slice type for performing vectored I/O operations.☆52Updated 5 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Async networking primitives for TCP/UDP/Unix communication☆131Updated 4 months ago