pub struct RuntimeScheduler;Implementations§
Source§impl RuntimeScheduler
impl RuntimeScheduler
pub fn recover_expired_leases(store: &mut MemoryStore) -> RecoverySummary
pub fn cancel_run( store: &mut MemoryStore, run_id: &str, reason: &str, ) -> Result<usize>
pub fn status(store: &MemoryStore, run_id: &str) -> Result<SchedulerStatus>
Auto Trait Implementations§
impl Freeze for RuntimeScheduler
impl RefUnwindSafe for RuntimeScheduler
impl Send for RuntimeScheduler
impl Sync for RuntimeScheduler
impl Unpin for RuntimeScheduler
impl UnsafeUnpin for RuntimeScheduler
impl UnwindSafe for RuntimeScheduler
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