Module worker

Source
Expand description

Multi-thread worker.

Structs§

BackgroundJob
Background job context.
BackgroundJobControl
The event channel for background jobs.
Channel
MPMC (Multi Producers Multi Consumers) queue integrated with Worker.
ChannelState 🔒
Worker
Multi thread based worker executing a single type Task.

Traits§

Task
Task to run on the worker threads.