Crate bunbun_worker
Source - client
- The client module that interacts with the server part of
bunbun-worker
- ListenerConfig
- A listener’s configuration.
- TlsConfig
- Custom certificate configuration
- Worker
- The worker object that contains all the threads and runners.
- WorkerConfig
- A worker configuration
- RabbitDecodeError
- A decode error
- RPCTask
- A trait that defines the structure of a task that can be run by the worker
BoxFuture is from a crate called futures - Task
- A regular task
Implement this trait to any struct to make it a runnable non-rpc Task job.