struct SCHEDULER {
__private_field: (),
}
Fields§
§__private_field: ()
Methods from Deref<Target = Mutex<Box<dyn Scheduler>>>§
sourcepub fn lock(&self) -> MutexGuard<'_, T>
pub fn lock(&self) -> MutexGuard<'_, T>
Acquires a lock on the Mutex
and returns a MutexGuard that provides exclusive access to
the shared resource.