Module worker_thread

Module worker_thread 

Source
Expand description

WorkerThreads follow a Push based strategy wherein Threads are managed by a WorkerController that spawns WorkerThreads. These worker threads can be communicated with via sync and async channels to send data for processing and to close the same

Structsยง

WorkerThreads