m-ou-se / atomic-wait
Cross-platform atomic wait and wake (aka futex) functionality for Rust.
☆114Updated 5 months ago
Related projects ⓘ
Alternatives and complementary repositories for atomic-wait
- A fast and flexible LRU map.☆170Updated 6 months ago
- ☆185Updated 9 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆216Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆188Updated last week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆127Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆151Updated last month
- Better reference counted strings for Rust☆114Updated 4 months ago
- Make trait methods callable without the trait in scope☆135Updated last week
- A lightweight version of pin-project written with declarative macros.☆227Updated this week
- a lock-free concurrent slab (experimental)☆273Updated 3 months ago
- (lifetime) GATs on stable Rust☆56Updated 10 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆131Updated 3 months ago
- Map data structure whose keys are stored as ranges☆77Updated 8 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆245Updated 3 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆122Updated 5 months ago
- Program startup and thread support written in Rust☆167Updated last month
- Utilities for working with impl traits in Rust.☆96Updated 8 months ago
- Compatibility adapter between tokio and futures☆156Updated last month
- A concurrent, append-only vector.☆135Updated last week
- rust bindings of snmalloc☆122Updated this week
- Lending iterators on stable Rust☆80Updated 10 months ago
- Async synchronization primitives☆255Updated last month
- Macro to repeat sequentially indexed copies of a fragment of code☆137Updated last week
- Generic Atomic<T> type for Rust☆218Updated 9 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections