🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)
-
Updated
Jun 11, 2023 - C#
🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)
Benchmarking code with and without configure await
C++ programs projects algorithms framework tests and cmake configurations
Defines an awaitable, task-like .NET SlimTask value type suitable for library use that doesn't capture the synchronization context by default. It doesn't require ConfigureAwait(false) everywhere, and it supports ConfigureAwait(true) if you need the context.
A command line tool for ensuring ConfigureAwait is specified for all awaits. Ideal for running in a CI pipeline.
Add a description, image, and links to the configureawait topic page so that developers can more easily learn about it.
To associate your repository with the configureawait topic, visit your repo's landing page and select "manage topics."