Module tokio::timer::timeout[][src]

Allows a future or stream to execute for a maximum amount of time.

See Timeout documentation for more details.

Structs

Error

Error returned by Timeout.

Timeout

Allows a Future or Stream to execute for a limited amount of time.