pub struct Scheduler<T> { /* private fields */ }Available on crate feature
executor only.Expand description
A scheduler to send futures to an executor
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Scheduler<T>
impl<T> !Send for Scheduler<T>
impl<T> !Sync for Scheduler<T>
impl<T> Unpin for Scheduler<T>
impl<T> UnwindSafe for Scheduler<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more