Type Definition abscissa_core::thread::manager::Reader

source ·
pub type Reader<'a> = RwLockReadGuard<'a, Manager>;
Expand description

Reader guard for the thread manager.