[BREAKING] Make ArchiCacheable
support CancellationToken
#3066
Labels
💣 Breaking changes
Issues marked with this label indicate possible breaking changes that might need major version bump.
✨ Enhancement
Issues marked with this label indicate further enhancements to the program, such as new features.
⛔ On hold
Issues marked with this label are blocked from being worked on, very often due to third-parties.
🙏 Wishlist
Issues marked with this label are wishlisted. We'd like to make them happen but they're not crucial.
Checklist
Enhancement purpose
ArchiCacheable
doesn't supportCancellationToken
for now, making it impossible to cancel the task before given delay or signal.Solution
Or equivalent.
Why currently available solutions are not sufficient?
Usually those calls are expensive, allow inheritors to implement their own cancellation if needed.
Can you help us with this enhancement idea?
Yes, I can code the solution myself and send a pull request
Additional info
Breaking change for all inheritors, don't ship before .NET 8 when we break more things.
The text was updated successfully, but these errors were encountered: