Module poll

Source
Expand description

Helper functions for polling in tests.

Useful for waiting for results that may not be available immediately.

Functionsยง

poll_until
Poll some operation until it returns true or a timeout is hit.