Coroutine

class in InfEngine.coroutine

Description

A handle to a running coroutine.

description

Constructors

Signature Description
Coroutine.__init__(generator: Generator, owner: Any = ...) → None

constructors

Properties

Name Type Description
is_finished bool Returns True if the coroutine has completed. (read-only)

properties

Example

# TODO: Add example for Coroutine

example

See Also

see_also