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

Support blocking and non-blocking operations on the same mutex #56

Merged
merged 5 commits into from
Sep 23, 2023

Commits on Sep 20, 2023

  1. Add blocking equivalents to non-blocking functions

    Needs event-listener-strategy#6 first
    
    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    070d6a2 View commit details
    Browse the repository at this point in the history
  2. Add tests for new blocking code

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7bb08b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Fix broken compile flags

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d4bea42 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Docs fix

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    0976c75 View commit details
    Browse the repository at this point in the history
  2. More doc fixes

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    fc11866 View commit details
    Browse the repository at this point in the history