This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Synchronization and other Concurrency Patterns
- Add concurrency patterns that class designers should use in the Managed world. Specific explanations of class, method and inter-method synchronization could be useful, along with a description of the Interlocked class.
- It would also be useful to highlight some of the decisions the base class libraries have made WRT synchronization (for example: for performance collections do not provide built-in synchronization symantics), and how developers can help communicate these design choices to customers.