pub struct TaskGroup { /* private fields */ }Expand description
A logical group of execution units that will be processed sequentially.
Implementations§
Auto Trait Implementations§
impl Freeze for TaskGroup
impl !RefUnwindSafe for TaskGroup
impl Send for TaskGroup
impl !Sync for TaskGroup
impl Unpin for TaskGroup
impl !UnwindSafe for TaskGroup
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