pub async fn snapshot_expired(
cancel: &CancellationToken,
timeout: Duration,
) -> boolExpand description
Returns whether the snapshot deadline expires before cancellation.
A zero timeout disables monitoring. Adapters cancel the token when accepting a snapshot or retiring its subscription, so obsolete waits cannot start replacement work.