Condition.waitFor

Wait until a predicate becomes true.

The predicate should be a callable returning a boolean value.

Returns true

class Condition
bool
waitFor
(
bool delegate
()
predicate
)

Meta