Update overview-of-synchronization-primitives.md#53168
Update overview-of-synchronization-primitives.md#53168TobiasKnauss wants to merge 1 commit intodotnet:mainfrom
Conversation
Hint to new types that are not part of the article yet.
BillWagner
left a comment
There was a problem hiding this comment.
What you wrote is accurate, but it's not very helpful. What do you think of the suggestion I made?
|
|
||
| .NET provides a range of types that you can use to synchronize access to a shared resource or coordinate thread interaction. | ||
|
|
||
| > [!NOTE] |
There was a problem hiding this comment.
This doesn't help readers much. Instead, can you add even a brief section on System.Threading.Lock with the xref you have here, and a link to the C# language reference updates that show how the lock keyword behaves with the System.Threading.Lock type?
There was a problem hiding this comment.
It does not help readers much because it does not provide the details that should be added here. But at least, it tells the reader that the list is no longer complete and other types exist, and that they need to look them up themselves until the docs are updated. So, it does help the readers somewhat.
I would love to update the docs, but I have not used this new type yet, so I cannot write anything useful about it. Maybe I will after having used it and when I find time for it, which is quite difficult at the moment and in the foreseeable future.
Hint to new types that are not part of the article yet.
Summary
Describe your changes here.
Fixes #Issue_Number (if available)
Internal previews