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

Condition/RecursiveLock: add ability to handle threads #30061

Merged
merged 1 commit into from
Dec 18, 2018
Merged

Commits on Dec 17, 2018

  1. Condition/RecursiveLock: add ability to handle threads

    This extends Condition to assert that it may only be used
    in the single-threaded case (co-operatively scheduled),
    and then adds a thread-safe version of the same:
    Threads.Condition.
    
    Additionally, it also upgrades ReentrantLock, etc. to be thread-safe.
    vtjnash committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    515e5c1 View commit details
    Browse the repository at this point in the history