Skip to main content

AsyncMonitorFuture

Type Alias AsyncMonitorFuture 

Source
pub type AsyncMonitorFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
Expand description

Sendable boxed future returned by asynchronous monitor operations.

Aliased Typeยง

pub struct AsyncMonitorFuture<'a, T> { /* private fields */ }