pub struct ExecutorReceiver<E: AsyncExecutor> { /* private fields */ }
Implementations
sourceimpl<E: AsyncExecutor> ExecutorReceiver<E>
impl<E: AsyncExecutor> ExecutorReceiver<E>
pub async fn obtain_address(
&mut self
) -> Result<(ExecutorAddressOperations<'_, E>, Arc<E::InitData>), ()>
pub async fn obtain_address_with_priority(
&mut self,
priority: usize
) -> Result<(ExecutorAddressOperations<'_, E>, Arc<E::InitData>), ()>
Auto Trait Implementations
impl<E> !RefUnwindSafe for ExecutorReceiver<E>
impl<E> Send for ExecutorReceiver<E>
impl<E> Sync for ExecutorReceiver<E>
impl<E> Unpin for ExecutorReceiver<E>where
E: Unpin,
impl<E> !UnwindSafe for ExecutorReceiver<E>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more