[go: up one dir, main page]

futures 0.1.25

An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces.
Documentation
1
2
3
4
5
6
7
//! Future-aware single-threaded synchronization
//!
//! This module contains similar abstractions to `sync`, for communications
//! between tasks on the same thread only.

pub mod mpsc;
pub mod oneshot;