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 !UnwindSafe for TaskQueue
impl Freeze for TaskQueue
impl Send for TaskQueue
impl Sync for TaskQueue
impl Unpin for TaskQueue
impl UnsafeUnpin for TaskQueue
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