ConfigureAwait in Task Parallel Library (TPL)
The importance of using ConfigureAwait when using the Task Parallel Library (TPL) to improve performance and reduce context switching.
The importance of using ConfigureAwait when using the Task Parallel Library (TPL) to improve performance and reduce context switching.
I thought I should begin this first blog post with a few words on what I hope to achieve.