Cancellable Tasks And Beyond
Cancellable Tasks (IcedTasks)
Introduction
F# has traditionally supported Asynchronous programming with the Async computation expression. However, Tasks in the .NET ecosystem have exploded in usage within the Core library. There has been an interop story by...