Module timeout

Module timeout 

Expand description

Middleware that applies a timeout to inputs.

If the inner service does not complete within the specified timeout, the output will be aborted.

Structs§

Elapsed
The timeout elapsed.
Timeout
Applies a timeout to requests.
TimeoutLayer
Applies a timeout to requests via the supplied inner service.

Type Aliases§

DefaultTimeout
default Timeout