Crate smoltimeout

Source
Expand description

A way to poll a future until it or a timer completes.

§Example

see TimeoutExt::timeout and TimeoutExt::deadline.

Re-exports§

pub use TimedExt as TimeoutExt;
pub use Timed as Timeout;

Structs§

Timed
A helper that polling both inner Future, and a Timer that will complete after a specified timeout or deadline.

Traits§

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