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

Attempt to make the monarch more thread safe. #11189

Merged
14 commits merged into from
Sep 21, 2021

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    4eedfcc View commit details
    Browse the repository at this point in the history
  2. spelling and formatting.

    Rosefield committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    825dfc3 View commit details
    Browse the repository at this point in the history
  3. Use _forEachPeasant correctly, and make the dead peasant use the erro…

    …r code we expect a dead peasant to have.
    Rosefield committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    91f1845 View commit details
    Browse the repository at this point in the history
  4. Some code review

    Rosefield committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    e386d6f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    f765728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f632f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee463aa View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Merge remote-tracking branch 'origin/main' into bug/make-monarch-more…

    …-thread-safe
    
     Conflicts:
    	src/cascadia/Remoting/Monarch.cpp
    	src/cascadia/UnitTests_Remoting/RemotingTests.cpp
    Rosefield committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    3aeaeed View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Refactor _getMostRecentPeasantID so that we dont need to have a recur…

    …sive_mutex. This is done by making _getPeasant not remove from _mruPeasants on failure, and _getMostRecentPeasantID handle its own cleanup.
    Rosefield committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    2f0db9e View commit details
    Browse the repository at this point in the history
  2. make the spellchecker happy

    Rosefield committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    e1c2f53 View commit details
    Browse the repository at this point in the history
  3. Explicitly unlock _mruPeasants when we are done with it to prevent a …

    …deadlock from being introduced.
    Rosefield committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    80646b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be2cdbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d95629b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fd2b75 View commit details
    Browse the repository at this point in the history