https://github.com/soenneker/soenneker.utils.cancellationscopes
A lightweight library for creating, resetting, and cancelling CancellationToken instances in a thread-safe, reusable way.
https://github.com/soenneker/soenneker.utils.cancellationscopes
cancellation cancellationscope cancellationscopes cancellationtoken cancellationtokensource csharp dotnet util utility utils
Last synced: about 2 months ago
JSON representation
A lightweight library for creating, resetting, and cancelling CancellationToken instances in a thread-safe, reusable way.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.utils.cancellationscopes
- Owner: soenneker
- License: mit
- Created: 2025-08-11T18:43:55.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-11T19:20:49.000Z (about 2 months ago)
- Last Synced: 2025-08-11T21:15:17.532Z (about 2 months ago)
- Topics: cancellation, cancellationscope, cancellationscopes, cancellationtoken, cancellationtokensource, csharp, dotnet, util, utility, utils
- Language: C#
- Homepage: https://soenneker.com
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.utils.cancellationscopes/)
[](https://github.com/soenneker/soenneker.utils.cancellationscopes/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.utils.cancellationscopes/)#  Soenneker.Utils.CancellationScopes
### A lightweight library for creating, resetting, and cancelling CancellationToken instances in a thread-safe, reusable way.## Installation
```
dotnet add package Soenneker.Utils.CancellationScopes
```