Skip to main content

Module harness

Module harness 

Source
Available on crate feature tokio only.
Expand description

Tokio harness: runs a Driver on its own thread and publishes status into a watch.

Structs§

Handle
Handle to a Driver running on its own thread.

Functions§

spawn
Runs a Driver on a dedicated thread, bridging its status into a tokio watch channel.