Struct tokio_task_queue::TaskQueue
source · [−]pub struct TaskQueue { /* private fields */ }
Expand description
Execute futures from a stream of futures in order in a Tokio task. Not tested code.
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TaskQueue
impl Send for TaskQueue
impl Sync for TaskQueue
impl Unpin for TaskQueue
impl !UnwindSafe for TaskQueue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more