Async/Await beginner mistake: Using async void in non event handler. Published November 4, 2018 in Asynchronous programming , C# - 0 Comments In this post, I share some bits I have learned about the async/await pattern. Specifically, I discuss some of the pitfalls of using async void in non event handlers. Continue reading Tags: async void , async/await , concurrency