Expand description
Automaton wrapper in a green thread (tokio task)
§Automaton Task — wrapping the Automaton trait in a green thread
Allows running any Automaton as an independent tokio task
with its own tick interval. Values are sent to PortCombiner
via an mpsc channel.
Functions§
- spawn_
automaton_ task - Run an automaton as a green thread (tokio task)