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

(minor) amendments to Mutex docs #3645

Merged
merged 4 commits into from Mar 27, 2021
Merged

(minor) amendments to Mutex docs #3645

merged 4 commits into from Mar 27, 2021

Commits on Mar 25, 2021

  1. (minor) amendments to Mutex docs

    To be more correct about fact that std Mutex can also be held across _some_ .await points
    CorinJG committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    dd3dc72 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. sync: increase clarity regarding use of async mutex

    Minor edits for improved readability. Introduced an extra paragraph under 'Which kind of mutex should you use?' explicitly warning against holding std Mutex across .await points even though it's possible in some situations.
    CorinJG committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    323ac0e View commit details
    Browse the repository at this point in the history
  2. further edits

    CorinJG committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    122f698 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Configuration menu
    Copy the full SHA
    f0e5cec View commit details
    Browse the repository at this point in the history