WaitUntil

class in InfEngine.coroutine

Description

Suspend a coroutine until the predicate returns True.

description

Constructors

Signature Description
WaitUntil.__init__(predicate: Callable[[], bool]) → None

constructors

Properties

Name Type Description
predicate Callable[[], bool] (read-only)

properties

Example

# TODO: Add example for WaitUntil

example

See Also

see_also