Skip to content

Examples of synchronous and cancellable asynchronous operations (with and without parallelism); specifically downloading URLs.

Notifications You must be signed in to change notification settings

metaljase/SyncAsyncParallelExamples

Repository files navigation

What is SyncAsyncParallelExamples?

SyncAsyncParallelExamples contains a WPF app that demonstrates URLs being downloaded synchronously and asynchronously (with and without parallelism). It also shows how asynchronous operations can be cancelled, and how the progress of the downloads can be displayed in a progress bar.

Note: For brevity, only basic error handling and resiliency has been implemented.

About

Examples of synchronous and cancellable asynchronous operations (with and without parallelism); specifically downloading URLs.

Topics

Resources

Stars

Watchers

Forks

Languages