Expand description
Python bindings for live node.
Re-exports§
pub use crate::node::NodeState;
Structs§
- PyLive
Node - Python-facing wrapper owning a
LiveNode. - PyLive
Node Builder - Python wrapper for
LiveNodeBuilderthat uses interior mutability to work around PyO3’s shared ownership model. - PyLive
Node Handle - Thread-safe control handle for a
LiveNode. - PyNode
Run - Awaitable driving a
LiveNodeon the host’s asyncio event loop.