ManagedFuture

Type Alias ManagedFuture 

Source
pub type ManagedFuture = BoxFuture<'static, ProcResult>;
Expand description

The return type for managed processes

A boxed future that returns [super_visor::Result] when complete. Processes should return Ok(()) on successful shutdown or an error if something went wrong

Aliased Typeยง

pub struct ManagedFuture { /* private fields */ }