-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some documentation for System.Threading.Lock
APIs
#9912
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding these.
Address feedback Co-authored-by: Genevieve Warren <[email protected]>
Thanks! I believe I've address all of the feedback, also adjusted a couple of things in the latest commit. |
This comment was marked as outdated.
This comment was marked as outdated.
snippets/csharp/System.Threading/Lock/Overview/UsagePatterns.cs
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Learn Build status updates of commit 14dee1b: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 6d46e61: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Summary
Lock
andLock+Scope
types and their APIsRequiresPreviewFeatures
attribute onLock
, add test using thelock
keyword runtime#102222RequiresPreviewFeatures
attribute onLock
, the relevant code change is in that PR