Module timeout

Source
Expand description

Timeouts limit the amount of time a Future is allowed to run before it completes.

See the documentation for the Timeout type for details.

Structsยง

Elapsed
An error indicating that a Timeout elapsed before the inner Future completed.
Timeout
A Future that requires an inner Future to complete within a specified Duration.