Struct irox_threading::TaskHandle 
source · pub struct TaskHandle<T> { /* private fields */ }Expand description
A handle to the return result of the submitted task.
Implementations§
source§impl<T> TaskHandle<T>
 
impl<T> TaskHandle<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for TaskHandle<T>
impl<T> Send for TaskHandle<T>where T: Send,
impl<T> Sync for TaskHandle<T>where T: Send,
impl<T> Unpin for TaskHandle<T>
impl<T> UnwindSafe for TaskHandle<T>
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