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

type Writer<'a> = RwLockWriteGuard<'a, Manager>;

Writer guard for the thread manager.