Crate net_queue

Source

Structs§

JobResult
A struct that holds both the job data and a JobHandle used to acknowledge jobs completion

Traits§

InputQueue
The receive-only side of a queue
JobHandle
A trait to manager job timeouts and (n)acks
MakeQueue
The queue factory trait that takes care of creating queues
OutputQueue
The send-only side of a queue