pub const EXIT_SLACK: Duration;Expand description
The margin blocking_grace adds on top of the shutdown budget.
A fixed second rather than a fraction of the grace period, because what it covers is fixed work: the scheduling between the accept loop returning and the pool being told to stop, and a blocking task that was about to finish anyway.