Coroutine

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

example

# TODO: Add example for Coroutine

See Also

see_also