https://github.com/carl-hugo/asyncawaituithread
https://github.com/carl-hugo/asyncawaituithread
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/carl-hugo/asyncawaituithread
- Owner: Carl-Hugo
- Created: 2023-06-21T03:51:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T03:53:46.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T10:45:19.487Z (4 months ago)
- Language: C#
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Async Await UI Thread Experiment
This project demonstrates how utilizing ValueTask in a WinForms program effectively prevents the UI thread from becoming blocked during the awaiting process.