Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/metaljase/syncasyncparallelexamples

Examples of synchronous and cancellable asynchronous operations (with and without parallelism); specifically downloading URLs.
https://github.com/metaljase/syncasyncparallelexamples

async asynchronous await csharp dotnet dotnet-core dotnetcore parallel parallelism wpf wpf-app wpf-application wpf-ui

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.