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.