simplesoft-pt / Mediator

Small .NET library that helps with the implementation of mediator pattern for commands, events and queries
MIT License
41 stars 9 forks source link

`ConfigureAwait(false)` on all async invocations #19

Closed gravity00 closed 2 years ago

gravity00 commented 2 years ago

Ensure all asynchronous invocations set the ConfigureAwait flag to false