asynchronous background jobs library for rust
Go to file
2018-11-07 19:59:21 -06:00
examples Make actix handler and frontend 2018-11-07 19:50:21 -06:00
jobs-actix Make actix handler and frontend 2018-11-07 19:50:21 -06:00
jobs-core Avoid unwraps by removing the need to parse 2018-11-07 19:59:21 -06:00
jobs-tokio Make actix handler and frontend 2018-11-07 19:50:21 -06:00
src Make actix handler and frontend 2018-11-07 19:50:21 -06:00
.gitignore Initial futures-based job processor 2018-06-28 19:08:00 -05:00
Cargo.toml Make actix handler and frontend 2018-11-07 19:50:21 -06:00
LICENSE Initial futures-based job processor 2018-06-28 19:08:00 -05:00
README.md Initial futures-based job processor 2018-06-28 19:08:00 -05:00

background-jobs

a job processor for Rust based on Futures