Skip to main content

Module runtime

Module runtime 

Source
Expand description

Owns Python adapter operations on the node’s asyncio event loop.

Admission, command ordering, lifecycle transitions, and terminal task ownership live here. Asyncio executes coroutines through a small driver; it does not own client lifecycle policy.

Structs§

ClientRuntime
Supervises a Python client’s operations until their terminal results are retrieved.