use CancellationToken;
/// A token issued for every workload registered with
/// [`AppSpindownRegistry`](crate::spindown::registry::SpindownRegistry).
///
/// This token allows the workload to [indicate](AppSpindownToken::punch_out)
/// that it has gracefully completed and cleaned up its resources.