aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/concurrency
Commit message (Expand)AuthorAgeFilesLines
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-2/+2
* Handle thread death during lock acquisitionMatthew Draper2015-07-211-4/+6
* Adjust expectations around purpose/compatibility optionsMatthew Draper2015-07-211-1/+1
* Order of execution is only guaranteed if upgradingMatthew Draper2015-07-211-1/+1
* Fix ShareLock issues.thedarkone2015-07-201-2/+2
* We need stricter locking before we can unloadMatthew Draper2015-07-201-27/+29
* Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-131-16/+8
* Document ShareLock and the InterlockMatthew Draper2015-07-091-0/+20
* Soften the lock requirements when eager_load is disabledMatthew Draper2015-07-091-0/+118
* added live responses which can be written and read in separate threadsAaron Patterson2012-07-291-0/+27