Struct timely::scheduling::activate::SyncActivator
source · pub struct SyncActivator { /* private fields */ }
Expand description
A thread-safe version of Activator
.
Implementations§
source§impl SyncActivator
impl SyncActivator
sourcepub fn new(path: &[usize], queue: SyncActivations) -> Self
pub fn new(path: &[usize], queue: SyncActivations) -> Self
Creates a new thread-safe activation handle.
sourcepub fn activate(&self) -> Result<(), SyncActivationError>
pub fn activate(&self) -> Result<(), SyncActivationError>
Activates the associated path and unparks the associated worker thread.
Trait Implementations§
source§impl ArcWake for SyncActivator
impl ArcWake for SyncActivator
source§impl Clone for SyncActivator
impl Clone for SyncActivator
source§fn clone(&self) -> SyncActivator
fn clone(&self) -> SyncActivator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for SyncActivator
impl Send for SyncActivator
impl Sync for SyncActivator
impl Unpin for SyncActivator
impl UnwindSafe for SyncActivator
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