aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/concurrency/latch.rb
Commit message (Expand)AuthorAgeFilesLines
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-1/+1
* Don't inherit from Concurrent::CountDownLatchMatthew Draper2016-03-111-5/+12
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-2/+2
* Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-131-16/+8
* added live responses which can be written and read in separate threadsAaron Patterson2012-07-291-0/+27