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.