1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/concurrency
Jeremy Daer 65b6496ee4
Share lock: more accurate livelock fix for aa598f4
Awaken waiting threads even if the current thread (the previously
exclusive thread) hadn't taken a share lock.

This only happens in code that wasn't run within an executor, since that
always take an outermost share lock.
2016-04-24 10:14:53 -07:00
..
latch.rb Require only necessary concurrent-ruby classes. 2015-11-04 21:12:28 -05:00
share_lock.rb Share lock: more accurate livelock fix for aa598f4 2016-04-24 10:14:53 -07:00