Module future

Source
Expand description

0.3 Futures support

Structs§

Delay
Waits until a specific instant.
Executor
A futures executor that supports spawning futures.
Io
Io implements “futures::Stream”, so it will output an item whenever the handle is ready for read / write.

Functions§

delay
Waits until a specific instant.
io
Creates a new Io, which outputs an item whenever the handle is ready for reading / writing.