Modules
Structs
Codec to pass over any struct that implements Serialize and DeserializeOwned traits.
Functions
Asynchronously wait for ms milliseconds.
Asynchronously wait for micros microseconds.
Asynchronously wait for nanos nanoseconds.
Asynchronously wait for some random number of milliseconds.
!Experimental! Might be unstable in regard of runtime stability and API surface.
Wrap a future into one that can be stopped at any given
moment by invoking a returned stop function.
Run a future on a separate thread.
Runs a future to completion or to timeout, whatever happens first.