Module timeout

Source
Expand description

The Timeout trait defines the how the timeout value of a multi-file upload evolves based on past file upload results. A default implementation TimeoutState is provided.

Structs§

TimeoutState
State for timeouts, especially tailored toward uploading files. But can be useful in any case where the size of an operation in bytes is known.

Traits§

Timeout