forge-runtime 0.9.0

Runtime executors and gateway for the Forge framework
1
2
3
4
5
6
7
//! Daemon runtime components.

mod registry;
mod runner;

pub use registry::{BoxedDaemonHandler, DaemonEntry, DaemonRegistry};
pub use runner::{DaemonRunner, DaemonRunnerConfig};