davidanthoff / CancellationTokens.jl

A Julia implementation of .Net's Cancellation Framework
MIT License
3 stars 0 forks source link

Make thread safe #1

Open davidanthoff opened 4 years ago

davidanthoff commented 4 years ago

We can just copy the design from the .Net original for that.

davidanthoff commented 4 years ago

https://github.com/dotnet/runtime/blob/4a2229437a4df4c549a551aa2cbed4f8495cbe69/src/libraries/System.Private.CoreLib/src/System/Threading/CancellationTokenSource.cs will help.