User Tools

Site Tools


dotnet:async-await

async/await

Conference Videos

Best Pratices

Never use .Wait() or .Result

  • Always use await
  • If synchronous, use .GetAwaiter().GetResult()

ValueTask

dotnet/async-await.txt · Last modified: 2024/09/23 16:30 by lhnyr4f3

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki