WaitUntil

class in Infernux.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]

properties

Example

example

# TODO: Add example for WaitUntil

See Also

see_also