1 unstable release

0.6.0-alpha Mar 25, 2024

#7 in #zenoh-flow


Used in 3 crates (via zenoh-flow-daemon)

EPL-2.0 OR Apache-2.0

360KB
6K SLoC

This crate exposes the structures driving the execution of a data flow: the [Runtime] and the [DataFlowInstance].

If the feature zenoh is enabled (it is by default), this crate additionally re-exports the structures from Zenoh that allow opening a Session asynchronously.

Users interested in exposing a Zenoh-Flow runtime should find everything in the [Runtime] and [RuntimeBuilder].

Users interested in fetching the state of a data flow instance should look into the [DataFlowInstance], [InstanceState] and [InstanceStatus] structures. These structures are leveraged by the zfctl command line tool.

Dependencies

~28–61MB
~1M SLoC