Crate simple_futures[][src]

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.