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

Add shared overloads of most mutex/condition methods #354

Merged
merged 2 commits into from
Mar 31, 2023

Commits on Mar 30, 2023

  1. Add shared overloads of most mutex/condition methods.

    This makes it possible to properly construct Task(Mutex/Condition) objects as shared in order to pass them between threads. A major part missing for the longer term is replacing the current non-shared "Lockable" interface with a shared (and partially nothrow) one, but this will require backwards-incompatible changes.
    s-ludwig committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2d2c205 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    038dd3b View commit details
    Browse the repository at this point in the history