pub struct RuntimeTicker { /* private fields */ }
Implementations§
Source§impl RuntimeTicker
impl RuntimeTicker
pub async fn tick<O, Fut>(&self, fut: Fut) -> ProcessOperation<O>where
Fut: Future<Output = O>,
Auto Trait Implementations§
impl !Freeze for RuntimeTicker
impl !RefUnwindSafe for RuntimeTicker
impl Send for RuntimeTicker
impl Sync for RuntimeTicker
impl Unpin for RuntimeTicker
impl UnwindSafe for RuntimeTicker
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