Crate worker [] [src]

Structs

Worker

The worker is a thread based working queue. After you initialized the worker with the callback you want you can add items to it. As soon as the item is ready to process the callback will be called to handle the logic.