forge-runtime 0.0.2-alpha

Runtime executors and gateway for the Forge framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod dispatcher;
mod executor;
mod queue;
mod registry;
mod worker;

pub use dispatcher::JobDispatcher;
pub use executor::JobExecutor;
pub use queue::{JobQueue, JobRecord};
pub use registry::JobRegistry;
pub use worker::{Worker, WorkerConfig};