Type Definition abscissa_core::thread::manager::Reader[][src]

type Reader<'a> = RwLockReadGuard<'a, Manager>;

Reader guard for the thread manager.