smol-rs / atomic-waker
futures::AtomicWaker extracted into its own crate
☆25Updated last month
Alternatives and similar repositories for atomic-waker:
Users that are interested in atomic-waker are comparing it to the libraries listed below
- Duplicate an async I/O handle☆40Updated last month
- Convert closures into wakers☆45Updated last month
- [DEPRECATED] Async TLS/SSL streams using rustls☆37Updated last year
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated last year
- Thread parking and unparking☆74Updated last month
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆16Updated this week
- A more flexible version of the Rust `scoped-tls` library☆18Updated 5 months ago
- ☆73Updated 4 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 7 months ago
- A lightweight lock protected by an atomic boolean.☆36Updated 2 weeks ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- A global executor built on top of async-executor and smol☆73Updated 2 weeks ago
- ☆16Updated this week
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Rust crate to use process file descriptors (pidfd) for Linux☆46Updated 11 months ago
- Run closures in parallel☆113Updated last month
- Dynamic structured values for Rust☆27Updated last month
- Automatic cfg for Rust compiler features☆95Updated 5 months ago
- cross-platform Rust API for memory mapped IO☆41Updated 10 months ago
- Utilities for pinning