Crate simple_futures[][src]

Simple futures for use in async operations.

Modules

complete_future

A future that only shows completion and no value, effectively outputting [()].

value_future

A future that can be assigned once and returns a value T.