https://github.com/davidanthoff/cancellationtokens.jl
A Julia implementation of .Net's Cancellation Framework
https://github.com/davidanthoff/cancellationtokens.jl
Last synced: 4 months ago
JSON representation
A Julia implementation of .Net's Cancellation Framework
- Host: GitHub
- URL: https://github.com/davidanthoff/cancellationtokens.jl
- Owner: davidanthoff
- License: mit
- Created: 2020-06-14T20:23:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T16:28:14.000Z (about 1 year ago)
- Last Synced: 2025-06-06T06:09:18.459Z (about 1 year ago)
- Language: Julia
- Size: 22.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CancellationTokens
A Julia implementation of .Net's Cancellation Framework. See [here](https://devblogs.microsoft.com/pfxteam/net-4-cancellation-framework/) and [here](https://docs.microsoft.com/en-us/dotnet/standard/threading/cancellation-in-managed-threads) for details.
The package is currently _not_ thread safe, so it should only be used with single threaded tasks for now.