Structs§
- JobResult
- A struct that holds both the job data and a JobHandle used to acknowledge jobs completion
Traits§
- Input
Queue - The receive-only side of a queue
- JobHandle
- A trait to manager job timeouts and (n)acks
- Make
Queue - The queue factory trait that takes care of creating queues
- Output
Queue - The send-only side of a queue