Module timeout
Expand description
Transports with timeouts on the connection setup.
The connection setup includes all protocol upgrades applied on the
underlying Transport
.
Structs§
- Timeout
- Wraps around a
Future
. Turns the error type fromTimeoutError<Err>
toTransportTimeoutError<Err>
. - Transport
Timeout - A
TransportTimeout
is aTransport
that wraps anotherTransport
and adds timeouts to all inbound and outbound connection attempts.
Enums§
- Transport
Timeout Error - Error that can be produced by the
TransportTimeout
layer.