Crate job_abstrs
Source - SendReceiveError
- GetCache
- A trait for job whose cached response can be retrieved from [Rsrcs].
- McReceiver
- The receiving side of a multiple-consumer channel.
- MpSender
- The sending side of a multiple-producer channel.
- Processor
- A processor that receives asynchronous job requests, executes the jobs, and
then emits the job responses.
- Run
- A job that can run asynchronously.
- SendReceive
- A job to whom resquests can be sent over a multiple producer channel and
from whom responses can be received over a multiple consumer channel.