forge-runtime 0.10.2

Runtime executors and gateway for the Forge framework
Documentation
1
2
3
4
5
6
7
8
mod heartbeat;
pub(crate) mod metrics;
mod registry;
mod shutdown;

pub use heartbeat::{HeartbeatConfig, HeartbeatLoop};
pub use registry::NodeRegistry;
pub use shutdown::{GracefulShutdown, InFlightGuard, ShutdownConfig};