Expand description
A simpler version of components that does work in the background.
Structs§
- Worker
Controller - Sends inputs to a worker. On drop, shuts down the worker.
- Worker
Handle - Handle to a worker task in the background
Traits§
- Worker
- Receives inputs and outputs in the background.