Module tsukuyomi::future

source ·
Expand description

Compatible layer of asynchronous tasks used within the framework.

Re-exports

pub use futures01::try_ready;
pub use futures01::Async;
pub use futures01::Poll;

Structs

A wrapper struct that provides the implementation of TryFuture for implementors of futures 0.1 Future.

Enums

Traits

A trait that abstracts the general asynchronous tasks within the framework.

Functions