You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having the GetOrAdd before GetOrAddAsync, the test would succeed.
I assume that the private method UnwrapLazy is not considering the new AsyncLazy enhancements from September. Would be great if you could apply a fix for that, I would like to use this library in a mixed sync/async environment.
Thanks for sharing this library, great work.
Best regards, BadDonkey
The text was updated successfully, but these errors were encountered:
Please, consider the following failing sample unit test:
Note:
actualSync
isnull
.GetOrAdd
beforeGetOrAddAsync
, the test would succeed.I assume that the private method
UnwrapLazy
is not considering the newAsyncLazy
enhancements from September. Would be great if you could apply a fix for that, I would like to use this library in a mixed sync/async environment.Thanks for sharing this library, great work.
Best regards, BadDonkey
The text was updated successfully, but these errors were encountered: