Types to assist with cancellation handling.
-
Updated
Dec 8, 2023 - C#
Types to assist with cancellation handling.
This is a very simple windows form application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Task Parallel Library TPL Parallel.ForEach ProgressBar Windows Forms Action delegate Cancelling Tasks CancellationTokenSource…
An implementation of the cooperative cancellation model that is heavily inspired by the .NET implementation.
Add a description, image, and links to the cancellation-handling topic page so that developers can more easily learn about it.
To associate your repository with the cancellation-handling topic, visit your repo's landing page and select "manage topics."