pub(super) struct Synced {
sleepers: Vec<usize>,
}
Expand description
Data synchronized by the scheduler mutex
Fields§
§sleepers: Vec<usize>
Sleeping workers
Auto Trait Implementations§
impl Freeze for Synced
impl RefUnwindSafe for Synced
impl Send for Synced
impl Sync for Synced
impl Unpin for Synced
impl UnwindSafe for Synced
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more