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