datafj/TaskProgressExample
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
An WinForms example to demonstrate running a long calculation with async / await, plus reporting progress with IProgress, plus a cancel button to cancel the calcuation using CancellationToken. See the blog post at: https://fengjiang.me/async-task-with-progress-report-and-cancellation/