asynq-rs 0.2.0

Asynq by redis client library. This library provides a set of tools for asynchronous task processing using Redis as a backend.
Documentation
1
2
3
4
5
6
pub mod client;
pub mod handler;
pub mod redis;
pub mod server;
pub mod task;
pub mod task_handler;