AsyncLock icon indicating copy to clipboard operation
AsyncLock copied to clipboard

ConfigureAwaits

Open MgSam opened this issue 1 year ago • 1 comments

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!

MgSam avatar Apr 20 '23 15:04 MgSam

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..

mqudsi avatar Apr 23 '23 17:04 mqudsi