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
Driverrunning on its own thread.
Functions§
- spawn
- Runs a
Driveron a dedicated thread, bridging its status into a tokio watch channel.