pub struct TimerService;Expand description
TimerService Coordinates periodic background services (timers) for Canic canisters.
Implementations§
Source§impl TimerService
impl TimerService
Sourcepub fn start_all_root()
pub fn start_all_root()
Start timers that should run only on root canisters.
Auto Trait Implementations§
impl Freeze for TimerService
impl RefUnwindSafe for TimerService
impl Send for TimerService
impl Sync for TimerService
impl Unpin for TimerService
impl UnwindSafe for TimerService
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