Expand description
Multi-thread worker.
Structs§
- Background job context.
- The event channel for background jobs.
- MPMC (Multi Producers Multi Consumers) queue integrated with Worker.
- Multi thread based worker executing a single type Task.
Traits§
- Task to run on the worker threads.