Crate mamenoki

Crate mamenoki 

Source

Structs§

BeanstalkChannel
An handle to the beanstalkd TCP stream and the Tokio mpsc channels
BeanstalkClient
Convenience struct: copy of the channel’s transmitting end, with all the methods which allow to send the commands to a beanstalkd server.
Job
A beanstalk job
JobStatistics
job statistics
PutCommandConfig
Configuration to customize the insertion of a new task with the put command
ReleaseCommandConfig
Configuration to customize the release of a task with the release command
Statistics
beanstalkd statistics
TubeStatistics
Tube statistics

Enums§

BeanstalkError
A beanstalkd error

Constants§

DEFAULT_PRIORITY
DEFAULT_TIME_TO_RUN
PUT_DEFAULT_DELAY

Type Aliases§

BeanstalkResult
Convenience type: Beanstalk operation result
JobId
The Id type for a beanstalk job