A C# Pill that tries to peek under the hood of the `lock` instruction. Is the `lock` statement just a syntactic sugar for the usage of `Monitor` class?
-
Updated
Nov 11, 2021 - C#
A C# Pill that tries to peek under the hood of the `lock` instruction. Is the `lock` statement just a syntactic sugar for the usage of `Monitor` class?
A C# Pill to demonstrate that there is no functional difference between a 'try-finally' block, a 'using' block and a 'using' declaration.
Add a description, image, and links to the try-finally topic page so that developers can more easily learn about it.
To associate your repository with the try-finally topic, visit your repo's landing page and select "manage topics."