pub struct ExecutorsSpawner<'a> { /* private fields */ }
Implementations
sourceimpl<'a> ExecutorsSpawner<'a>
impl<'a> ExecutorsSpawner<'a>
pub fn spawn_executor(&mut self, executor: impl Future<Output = ()> + 'a)
pub async fn executors_await(&mut self)
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ExecutorsSpawner<'a>
impl<'a> Send for ExecutorsSpawner<'a>
impl<'a> Sync for ExecutorsSpawner<'a>
impl<'a> Unpin for ExecutorsSpawner<'a>
impl<'a> UnwindSafe for ExecutorsSpawner<'a>
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