cancellation_token_hoc081098 1.0.0-beta.4 cancellation_token_hoc081098: ^1.0.0-beta.4 copied to clipboard
Dart Cancellation Token. Inspired by CancellationToken in C#. A Dart utility package for easy async task cancellation.
1.0.0-beta.04 - Sep 16, 2022 #
- Refactor
guardStream
/guardedBy
: pause and resume the returnedStreamSubscription
properly.
1.0.0-beta.03 - Sep 9, 2022 #
- Override
CancellationToken.toString()
for better debugging.
1.0.0-beta.02 - Sep 6, 2022 #
- Remove
meta
dependency. - Optimize
CancellationToken
implementation.
1.0.0-beta.01 - Sep 4, 2022 #
- Initial version.