[][src]Crate smol_timeout

Structs

Timeout

A future polling both another future and a Timer that will complete after a specified timeout, and returning the future's output or None if the timer completes first.

Traits

TimeoutExt

An extension trait for Futures that provides a way to create Timeouts.