Skip to main content

LoopRunFuture

Type Alias LoopRunFuture 

Source
pub type LoopRunFuture = Pin<Box<dyn Future<Output = ()> + Send>>;
Expand description

Owned Loop run future for TaskSupervisor registration.

Aliased Typeยง

#[repr(transparent)]
pub struct LoopRunFuture { /* private fields */ }