-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.ThreadinguntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
If I am not wrong example:
shows incorrect usage. Examples should be complete, understandable and most importantly correct.
Since someBoolean
is accessed by multiple threads, it must be provided with synchronization manner for r/w
ops. Similar example can be seen in volatile (C# Reference) page. This one explicitly points out need for synchronization between threads.
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.ThreadinguntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner