Module bigml::wait[][src]

Expand description

Utilities for waiting, timeouts and error retries.

Structs

Options controlling how long we wait and what makes us give up. This uses a “builder” pattern, so you can write:

Enums

How should we back off if we fail?

Return this value from a wait callback.

Functions

Call f repeatedly, wait for it to return WaitStatus::Finished, an error, or a timeout. Honors WaitOptions.