pub struct IoAsyncHandler { /* private fields */ }Expand description
In the IO thread, we handle IO event without blocking the UI thread
Implementations§
Auto Trait Implementations§
impl Freeze for IoAsyncHandler
impl !RefUnwindSafe for IoAsyncHandler
impl Send for IoAsyncHandler
impl Sync for IoAsyncHandler
impl Unpin for IoAsyncHandler
impl UnsafeUnpin for IoAsyncHandler
impl !UnwindSafe for IoAsyncHandler
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