Type Definition abscissa_core::thread::manager::Writer

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

Writer guard for the thread manager.