You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
awaitable
About this tag
The awaitable tag on WindowsForum.com covers discussions about asynchronous programming in C# and VB, focusing on compiler-level improvements and core async technology. Topics include bug fixes, updates, and enhancements to the async infrastructure, such as those in the Visual Studio Async CTP SP1 Refresh. Content highlights how making custom awaitable types has become easier, with insights from engineers like Lucian Wischik and Stephen Toub. The tag is relevant for developers interested in low-level async orchestration, compiler optimizations, and practical async patterns in .NET.
Lucian Wischik is an engineer who spends a great deal of his time making Async magic happen in the C# and VB compilers that do the heavy lifting and enable new asynchronous language features. Now, with the recent release of Visual Studio Async CTP SP1 Refresh, come several low-level improvements...