Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/metaljase/syncasyncparallelexamples
- Owner: metaljase
- Created: 2024-01-27T21:05:52.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-28T23:09:59.000Z (10 months ago)
- Last Synced: 2024-01-31T00:31:37.299Z (10 months ago)
- Topics: async, asynchronous, await, csharp, dotnet, dotnet-core, dotnetcore, parallel, parallelism, wpf, wpf-app, wpf-application, wpf-ui
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.