pub type ShutdownHandle = JoinHandle<()>;
Expand description

A future which awaits the completion of all managed tasks

Aliased Type§

struct ShutdownHandle { /* private fields */ }