顯示具有 multi-thread 標籤的文章。 顯示所有文章
顯示具有 multi-thread 標籤的文章。 顯示所有文章

2021年3月7日 星期日

讀《Async and Await in C# and ASP.NET》筆記 ─ .NET的非同步觀念

 這篇是《Async and Await in C# and ASP.NET》的筆記,

文章中介紹async/await的觀念,非常精闢所以整理起來與大家分享

  • .NET的非同步改善的不是速度、效能(performance);改善的是處理的資料量(throughput)。非同步的程式碼會明顯變快,是因為同時間處理的資料量變多,但使用非同步,程式的處理速度變快非必然!