Document cancellation safety for DelayQueue #7374
Labels
A-tokio-util
Area: The tokio-util crate
C-feature-request
Category: A feature request.
M-time
Module: tokio/time
T-docs
Topic: documentation
Is your feature request related to a problem? Please describe.
When using tokio::select macro, knowing the cancellation safety is useful information to prevent against any side effects.
Describe the solution you'd like
DelayQueue seems to have cancellation safety but it would be nice for a guarantee to be provided.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: