codingdave / await

Showcase c# await task continuewith and related behavior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

await

Showcase c# await task continuewith and related behavior

C# async await pattern is a complex one. It looks easy on first sight but when you dig deeper a lot of questions arise. This project shall shed some lights into that and compare

  • async await
  • Tasks
  • ConfigureWith
  • return await or return the task

About

Showcase c# await task continuewith and related behavior


Languages

Language:C# 100.0%