Type Definition cog_task::server::scheduler::Atomic

source ·
pub type Atomic = Arc<Mutex<(Box<dyn StatefulAction>, State)>>;