/await

Showcase c# await task continuewith and related behavior

Primary LanguageC#

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