Skip to main content

Module node

Module node 

Source
Expand description

Python bindings for live node.

Re-exports§

pub use crate::node::NodeState;

Structs§

PyLiveNode
Python-facing wrapper owning a LiveNode.
PyLiveNodeBuilder
Python wrapper for LiveNodeBuilder that uses interior mutability to work around PyO3’s shared ownership model.
PyLiveNodeHandle
Thread-safe control handle for a LiveNode.
PyNodeRun
Awaitable driving a LiveNode on the host’s asyncio event loop.