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: Vec<usize>, queue: SyncActivations) -> Self
pub fn new(path: Vec<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 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 Freeze for SyncActivator
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)