pub struct AsyncTaskHandle {}
Expand description
The type for the async task handle
An async task handle is the handle issued by the Plumber framework as an identifier for each async task. Some async task control operation can be done with this handle
TODO: We need to make implement the language-binding for async task control APIs
Auto Trait Implementations§
impl Freeze for AsyncTaskHandle
impl RefUnwindSafe for AsyncTaskHandle
impl Send for AsyncTaskHandle
impl Sync for AsyncTaskHandle
impl Unpin for AsyncTaskHandle
impl UnwindSafe for AsyncTaskHandle
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