When developing event based system, event
is often used, given the current context of .net, why not put AsyncEventHandler in System
namespace like EventHandler
.
I really don’t like async void
in eventhandler, which described here, Quote “async void should only be used for event handlers.”.
So, why not promote AsyncEventHandler
?