smol-rs / blockingLinks
A thread pool for isolating blocking I/O in async programs
☆375Updated 5 months ago
Alternatives and similar repositories for blocking
Users that are interested in blocking are comparing it to the libraries listed below
Sorting:
- rust stackful generator library☆361Updated last month
- a lock-free concurrent slab (experimental)☆305Updated 2 weeks ago
- Task abstraction for building executors☆560Updated 2 weeks ago
- Faster, more compact implementation of std::Cow☆371Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆387Updated 4 months ago
- Concurrently Readable Data Structures for Rust☆363Updated this week
- A Rust macro to determine if a type implements a logical trait expression☆265Updated 6 years ago
- Stackless generators on stable Rust.☆476Updated 3 years ago
- Notify async tasks or threads☆504Updated this week
- Futures, streams, and async I/O combinators.☆534Updated this week
- Generic Atomic<T> type for Rust☆246Updated 4 months ago
- A fast intrusive flamegraph☆237Updated 3 years ago
- A HashMap variant that spreads resize load across inserts☆196Updated last year
- Async synchronization primitives☆281Updated last month
- ☆244Updated 2 weeks ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆319Updated 6 months ago
- Conditional compilation according to rustc compiler version☆389Updated last month
- Concurrent multi-producer multi-consumer queue☆299Updated 2 months ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆369Updated last month
- Support crate for rustc's self-profiling feature☆376Updated 7 months ago
- An allocator that can track and limit memory usage.☆217Updated 2 years ago
- Manual segmented stacks for Rust☆334Updated this week
- Per-object thread-local storage for Rust☆365Updated 4 months ago
- Common types for HTTP operations☆207Updated last year
- A library for creating references that carry their owner with them.☆384Updated 2 years ago
- A library for to allow multiple return types by automatically generated enum.☆374Updated 3 weeks ago
- Async stream for Rust and the futures crate.☆193Updated 2 weeks ago
- Async I/O and timers☆576Updated 2 weeks ago
- A lightweight version of pin-project written with declarative macros.☆270Updated 3 weeks ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆290Updated 3 years ago