Crate simple_futures

Crate simple_futures 

Source
Expand description

Simple futures for use in async operations.

Modulesยง

atomic_state
States that can be stored atomically.
complete_future
A future that only shows completion and no value, effectively outputting [()].
race_future
A Future that races two futures and returns the first one to finish.
value_future
A future that can be assigned once and returns a value T.