Pinned Repositories
async-channel
Async multi-producer multi-consumer channel
async-executor
Async executor
async-io
Async I/O and timers
async-task
Task abstraction for building executors
blocking
A thread pool for isolating blocking I/O in async programs
event-listener
Notify async tasks or threads
fastrand
A simple and fast random number generator
futures-lite
Futures, streams, and async I/O combinators.
polling
Portable interface to epoll, kqueue, event ports, and wepoll
smol
A small and fast async runtime for Rust
smol-rs's Repositories
smol-rs/smol
A small and fast async runtime for Rust
smol-rs/async-channel
Async multi-producer multi-consumer channel
smol-rs/polling
Portable interface to epoll, kqueue, event ports, and wepoll
smol-rs/futures-lite
Futures, streams, and async I/O combinators.
smol-rs/async-io
Async I/O and timers
smol-rs/event-listener
Notify async tasks or threads
smol-rs/fastrand
A simple and fast random number generator
smol-rs/async-task
Task abstraction for building executors
smol-rs/blocking
A thread pool for isolating blocking I/O in async programs
smol-rs/async-executor
Async executor
smol-rs/concurrent-queue
Concurrent multi-producer multi-consumer queue
smol-rs/async-lock
Async synchronization primitives
smol-rs/async-process
Async interface for working with processes
smol-rs/async-broadcast
Async broadcast channels
smol-rs/async-compat
Compatibility adapter between tokio and futures
smol-rs/async-fs
Async filesystem primitives
smol-rs/async-net
Async networking primitives for TCP/UDP/Unix communication
smol-rs/easy-parallel
Run closures in parallel
smol-rs/parking
Thread parking and unparking
smol-rs/cache-padded
[DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line
smol-rs/waker-fn
Convert closures into wakers
smol-rs/async-dup
Duplicate an async I/O handle
smol-rs/async-rustls
[DEPRECATED] Async TLS/SSL streams using rustls
smol-rs/atomic-waker
futures::task::AtomicWaker extracted into its own crate
smol-rs/async-signal
Asynchronous signal handling
smol-rs/piper
An asynchronous single-consumer single-producer pipe for bytes
smol-rs/smol-macros
Macros for using smol-rs
smol-rs/event-listener-strategy
A wrapper around event-listener to handle dual blocking/async use cases
smol-rs/fastrand-contrib
Extension functionality for the fastrand crate
smol-rs/.github
Repository-level documentation for smol-rs