Module timeout

Module timeout 

Source

Structs§

ForwardWithTimeout
TimeoutSink
Represents a sink that will time out after a given duration if an item cannot be sent.

Enums§

SinkTimeoutError
Error type for TimeoutSink.

Traits§

TimeoutSinkExt
[futures::Sink] adaptor that adds timeout.
TimeoutStreamExt
[futures::TryStream] extension that allows forwarding items to a sink with a timeout while discarding timed out items.