1
2
3
4
//! Defines actors used in the queuing application.

pub mod application;
pub mod monitor;