CompletableFuture for Rust
A future that must be manually completed, similar to Java's CompletableFuture
Link futures into a block, which stops all of the included futures when any of the futures complete
An util crate to complete futures through a handle. Its main purpose is to bridge async Rust and callback-based APIs.
A minor variation on a LocalPool executor which exposes unique IDs for tracking future completion.
Synchronously block the thread until a future completes
Completion-handler based futures for single-threaded asynchronous programming (reactor pattern)
Examples of common patterns using Future
Utilities for writing completion-based asynchronous code
A library crate to complete futures via handles
(deprecated) Futures integration into Rayon
Foundational async primitives for Rust - timers, networking, and common utilities
No description provided.
No description provided.