smol-rs / blockingLinks
A thread pool for isolating blocking I/O in async programs
☆356Updated 4 months ago
Alternatives and similar repositories for blocking
Users that are interested in blocking are comparing it to the libraries listed below
Sorting:
- Task abstraction for building executors☆466Updated 4 months ago
- Futures, streams, and async I/O combinators.☆503Updated 3 months ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 11 months ago
- a lock-free concurrent slab (experimental)☆282Updated 5 months ago
- Async I/O and timers☆513Updated this week
- Concurrently Readable Data Structures for Rust☆357Updated last month
- A crate for safe and ergonomic pin-projection.☆659Updated 2 months ago
- Notify async tasks or threads☆473Updated last week
- Faster, more compact implementation of std::Cow☆353Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆192Updated 4 months ago
- Stackless generators on stable Rust.☆461Updated 2 years ago
- Just, really the littlest Vec you could need. So smol.☆689Updated 2 months ago
- Asynchronous streams for Rust using async & await notation☆684Updated 5 months ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆339Updated 2 months ago
- Conditional compilation according to rustc compiler version☆364Updated last week
- A library for to allow multiple return types by automatically generated enum.☆367Updated 2 months ago
- Fast floating point to string conversion☆635Updated 2 weeks ago
- Count lines of LLVM IR per generic function☆444Updated 4 months ago
- rust stackful generator library☆329Updated 2 weeks ago
- Fast, ergonomic metrics for Rust☆339Updated 7 months ago
- Generic Atomic<T> type for Rust☆235Updated last year
- in-place allocation-reusing queues for Rust☆374Updated 11 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆417Updated 2 weeks ago
- Compact inlined strings for Rust.☆524Updated last year
- A Rust macro to determine if a type implements a logical trait expression☆257Updated 5 years ago
- The feature-rich, portable async channel library☆255Updated 2 years ago
- Delegation of trait implementations via procedural macros☆266Updated 10 months ago
- A fast intrusive flamegraph☆235Updated 3 years ago
- a smaller, faster and panic-free alternative to core::fmt☆368Updated last year
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆526Updated 2 months ago