AsyncLock
AsyncLock copied to clipboard
ConfigureAwaits
Hi,
I'm assuming the lack of ConfigureAwait(false)
in https://github.com/neosmart/AsyncLock/blob/master/AsyncLock/AsyncLock.cs means that you intend the default, ConfigureAwait(true)
? I just wanted to double check if that is the case, and if so, ask that maybe you make it explicit?
Thank you!
Hi Sam,
if that is the case, and if so, ask that maybe you make it explicit?
This is definitely a good idea since now I cannot remember, though I'm fairly sure I considered it! I guess I'll have to dig in and try to work backwards..