Replies: 3 comments 19 replies
-
There are. One of the examples: https://learn.microsoft.com/en-us/dotnet/api/system.threading.semaphoreslim?view=net-7.0 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
is there anything language wise stopping the runtime from implementing a block-on-lock as an async-like await, using the thread for something else for a short while? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I know there's a 3rd library called
AsyncEx
. But why still there's no a built-in one even in .NET 7?Beta Was this translation helpful? Give feedback.
All reactions