Struct scheduler::thread_per_core::SchedulerScope
source · pub struct SchedulerScope<'sched, 'pool, 'scope, HostType: Host>where
'sched: 'scope,{ /* private fields */ }
Expand description
A wrapper around the work pool’s scoped runner.
Implementations§
Auto Trait Implementations§
impl<'sched, 'pool, 'scope, HostType> Freeze for SchedulerScope<'sched, 'pool, 'scope, HostType>
impl<'sched, 'pool, 'scope, HostType> !RefUnwindSafe for SchedulerScope<'sched, 'pool, 'scope, HostType>
impl<'sched, 'pool, 'scope, HostType> Send for SchedulerScope<'sched, 'pool, 'scope, HostType>
impl<'sched, 'pool, 'scope, HostType> Sync for SchedulerScope<'sched, 'pool, 'scope, HostType>
impl<'sched, 'pool, 'scope, HostType> Unpin for SchedulerScope<'sched, 'pool, 'scope, HostType>
impl<'sched, 'pool, 'scope, HostType> !UnwindSafe for SchedulerScope<'sched, 'pool, 'scope, HostType>
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