Closed eregon closed 11 months ago
Related: https://github.com/ruby-concurrency/concurrent-ruby/issues/1015
Unfortunately, this fails spec/concurrent/atomic/reentrant_read_write_lock_spec.rb. I'm not sure why, help to investigate appreciated.
spec/concurrent/atomic/reentrant_read_write_lock_spec.rb
OK the comments in the file around these ns_wait if explain why it's safe and should remain that way, so it's safe to not change this.
ns_wait if
Related: https://github.com/ruby-concurrency/concurrent-ruby/issues/1015
Unfortunately, this fails
spec/concurrent/atomic/reentrant_read_write_lock_spec.rb
. I'm not sure why, help to investigate appreciated.