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

Fix ReentrantReadWriteLock implementation when Mutex is per-fiber. #983

Merged
merged 6 commits into from
Jan 23, 2023

Commits on Jan 21, 2023

  1. Introduce FiberLocalVar and LockLocalVar for alignment with Mutex s…

    …cope.
    
    # Conflicts:
    #	lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb
    #	spec/concurrent/atomic/reentrant_read_write_lock_spec.rb
    ioquatix committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    5b5b53d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6827b55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1f4fee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50b538c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4959d76 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

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