Crate bunbun_worker

Crate bunbun_worker 

Source

Modules§

client
The client module that interacts with the server part of bunbun-worker

Structs§

ListenerConfig
A listener’s configuration.
TlsConfig
Custom certificate configuration
Worker
The worker object that contains all the threads and runners.
WorkerConfig
A worker configuration

Enums§

RabbitDecodeError
A decode error

Traits§

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.