/CancellationTokens.jl

A Julia implementation of .Net's Cancellation Framework

Primary LanguageJuliaMIT LicenseMIT

CancellationTokens

A Julia implementation of .Net's Cancellation Framework. See here and here for details.

The package is currently not thread safe, so it should only be used with single threaded tasks for now.