pub struct TaskSet { /* private fields */ }Expand description
Lightweight task tracker — just a map of JoinHandles with metadata.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for TaskSet
impl RefUnwindSafe for TaskSet
impl Send for TaskSet
impl Sync for TaskSet
impl Unpin for TaskSet
impl UnsafeUnpin for TaskSet
impl UnwindSafe for TaskSet
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