smol-rs / atomic-wakerLinks
futures::AtomicWaker extracted into its own crate
☆35Updated 2 months ago
Alternatives and similar repositories for atomic-waker
Users that are interested in atomic-waker are comparing it to the libraries listed below
Sorting:
- Convert closures into wakers☆46Updated 9 months ago
- Thread parking and unparking☆79Updated 9 months ago
- Duplicate an async I/O handle☆41Updated 9 months ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago
- [DEPRECATED] Async TLS/SSL streams using rustls☆37Updated last year
- Async filesystem primitives☆139Updated last month
- ☆76Updated last month
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated last week
- Remove Cargo.lock lockfile☆33Updated 2 weeks ago
- Automatic cfg for Rust compiler features☆104Updated 4 months ago
- A low-level I/O ownership and borrowing library☆104Updated 2 months ago
- Async networking primitives for TCP/UDP/Unix communication☆137Updated 9 months ago
- Asynchronous DNS lookups☆67Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Run closures in parallel☆115Updated 9 months ago
- ☆87Updated 9 months ago
- Library for scripting analyses against crates.io's database dumps☆73Updated last month
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- A lightweight lock protected by an atomic boolean.☆37Updated last month
- Dynamic structured values for Rust☆28Updated last month
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 4 months ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- Additional utilities around the bytes crate☆19Updated 6 months ago
- Rust library for retrieving and interacting with the crates.io index☆73Updated 2 months ago
- Asynchronously speed-limiting multiple byte streams☆66Updated last year
- Async tracing capabilities for the log crate☆98Updated 4 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.