26 maj 2020 | Blog | Performance | .net | .net core | async | await | multithreading | IT
It is said that picture is worth a thousand words, and I agree. That’s why I like preparing technical drawings to explain various concepts. So, here it is – a short story of how async/await works in .NET. The main power behind async/await is that while we “await” on an ongoing I/O operation, the calling […]