pub struct TokioExecutor<R, W>where
R: RandPuller + 'static,
W: RandPusher + 'static,{ /* private fields */ }Trait Implementations§
Source§impl<R, W> Executor for TokioExecutor<R, W>
impl<R, W> Executor for TokioExecutor<R, W>
type Handle = TokioHandle
fn execute( self: Arc<TokioExecutor<R, W>>, task: Arc<Task>, task_list: Arc<TaskList<TokioExecutor<R, W>>>, ) -> <TokioExecutor<R, W> as Executor>::Handle
Auto Trait Implementations§
impl<R, W> Freeze for TokioExecutor<R, W>where
R: Freeze,
impl<R, W> !RefUnwindSafe for TokioExecutor<R, W>
impl<R, W> Send for TokioExecutor<R, W>
impl<R, W> Sync for TokioExecutor<R, W>where
R: Sync,
impl<R, W> Unpin for TokioExecutor<R, W>where
R: Unpin,
impl<R, W> !UnwindSafe for TokioExecutor<R, W>
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