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

pub type Writer<'a> = RwLockWriteGuard<'a, Manager>;
Expand description

Writer guard for the thread manager.