Skip to content
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

Clarify/fix some threading docs #26041

Merged
merged 3 commits into from
Sep 13, 2021
Merged

Clarify/fix some threading docs #26041

merged 3 commits into from
Sep 13, 2021

Conversation

kouvel
Copy link
Member

@kouvel kouvel commented Sep 10, 2021

- Document new settings available to configure the rate of thread injection for sync-over-async. Fixes dotnet#24566.
- Clarify documentation of the `volatile` keyword. Fixes dotnet#24318.
- Add link to clarify some terms in `LazyThreadSafetyMode` field names. Fixes dotnet#12214.
docs/framework/performance/lazy-initialization.md Outdated Show resolved Hide resolved
docs/csharp/language-reference/keywords/volatile.md Outdated Show resolved Hide resolved
docs/core/run-time-config/threading.md Outdated Show resolved Hide resolved
docs/core/run-time-config/threading.md Outdated Show resolved Hide resolved
docs/core/run-time-config/threading.md Outdated Show resolved Hide resolved
docs/core/run-time-config/threading.md Outdated Show resolved Hide resolved
docs/core/run-time-config/threading.md Outdated Show resolved Hide resolved
docs/core/run-time-config/threading.md Outdated Show resolved Hide resolved
docs/core/run-time-config/threading.md Outdated Show resolved Hide resolved
Thank you!

Co-authored-by: Genevieve Warren <[email protected]>
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM @kouvel

Once the related PR is merged, let's :shipit:

@kouvel kouvel merged commit 8ce731c into dotnet:main Sep 13, 2021
@kouvel kouvel deleted the ThDocs branch September 13, 2021 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment