Structs§
- Live
Node - High-level abstraction for a live Nautilus system node.
- Live
Node Builder - Builder for constructing a
LiveNode
with a fluent API. - Live
Node Handle - A thread-safe handle to control a
LiveNode
from other threads. This allows starting, stopping, and querying the node’s state without requiring the node itself to be Send + Sync.