[][src]Module thin_main_loop::future

0.3 Futures support (requires the "futures" feature).

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.