Trait acme_core::AsyncApplicationSpawner
source · pub trait AsyncApplicationSpawner: AsyncSpawable {
fn graceful_shutdown<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where
Self: Sync + 'async_trait,
'life0: 'async_trait,
{ ... }
}