CancellationTokens.jl

A Julia implementation of .Net's Cancellation Framework
Author davidanthoff
Popularity
3 Stars
Updated Last
3 Months Ago
Started In
June 2020

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.