Replies: 1 comment 1 reply
-
Well, it may look cumbersome, but we do not need to return to the calling thread and wait until it is ready. I am just used to set it everywhere (expect UI, etc.). Here is a good talk that covers the topic as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see almost all the examples on TestContiners docs are append
.ConfigureAwait(false)
to all Tasks. For example:Is that really matter to the performance?
Beta Was this translation helpful? Give feedback.
All reactions