cancelation_token
This package provides an interface for cancelation tokens as well as various implementations (cancelable, timeout, composite...).
1.1.0
16K downloads/mo
#2400 most downloaded on pub.dev
d-markey/cancelation_token
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
3 releases · first in 2024
0 releases in the last 12 months
see the full history below
Release timeline
3 releases · Feb 2024 to Feb 2024
2025
2026
Releases
latest 3-
1.1.010 Feb 2024Release notes
Open source →- Add
exceptiongetter to retrieve the exception that effectively canceled the token. - Provide default implementations for
isCanceledandthrowIfCanceled(based onexception). - Make
ensureStarted()a method ofCancelationTokento help control countdown in timeout tokens and composite tokens containing timeout tokens.
- Add
-
1.0.103 Feb 2024Release notes
Open source →- Provide an example as per https://dart.dev/tools/pub/package-layout#examples.
-
1.0.003 Feb 2024