a# aj
Aj is a simple, customizable, and feature-rich background job processing library for Rust. It can work with any runtime by running new actix-rt in a separated thread if it detects that an actix-rt runtime is not present.
Install
= "0.7.0"
= { = "1.0.64", = ["derive"] } # Serialize and deserialize the job
= "2.2" # Actor model runtime engine
Quick start
use job;
async
async