smol-rs / parking
Thread parking and unparking
☆75Updated 4 months ago
Alternatives and similar repositories for parking
Users that are interested in parking are comparing it to the libraries listed below
Sorting:
- Convert closures into wakers☆45Updated 4 months ago
- Duplicate an async I/O handle☆41Updated 4 months ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- futures::AtomicWaker extracted into its own crate☆27Updated last week
- Run closures in parallel☆113Updated 4 months ago
- Async filesystem primitives☆132Updated 4 months ago
- A low-level I/O ownership and borrowing library☆101Updated 5 months ago
- [DEPRECATED] Async TLS/SSL streams using rustls☆37Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- ☆72Updated last month
- Make trait methods callable without the trait in scope☆146Updated this week
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆98Updated 2 months ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- docs.rs as a publishing platform?☆68Updated last week
- Utilities for pinning☆97Updated last year
- ☆57Updated last year
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated last year
- ☆53Updated 2 months ago
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 3 months ago
- Automatic cfg for Rust compiler features