Skip to content

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.

Notifications You must be signed in to change notification settings

datafj/TaskProgressExample

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/

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages