Async/Await beginner mistake: Using async void in non event handler.

Tai Bo
5 min readNov 4, 2018

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.

You don’t get the benefits of Task-Based Asynchronous Pattern (TAP).

--

--

Tai Bo

Backend developer in .NET core. I enjoy the outdoor, hanging out with good friends, reading and personal development.