Module worker

Module worker 

Source
Expand description

A simpler version of components that does work in the background.

Structs§

WorkerController
Sends inputs to a worker. On drop, shuts down the worker.
WorkerHandle
Handle to a worker task in the background

Traits§

Worker
Receives inputs and outputs in the background.