Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 1 | -2/+2 |
* | Handle thread death during lock acquisition | Matthew Draper | 2015-07-21 | 1 | -4/+6 |
* | Adjust expectations around purpose/compatibility options | Matthew Draper | 2015-07-21 | 1 | -1/+1 |
* | Order of execution is only guaranteed if upgrading | Matthew Draper | 2015-07-21 | 1 | -1/+1 |
* | Fix ShareLock issues. | thedarkone | 2015-07-20 | 1 | -2/+2 |
* | We need stricter locking before we can unload | Matthew Draper | 2015-07-20 | 1 | -27/+29 |
* | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby. | Jerry D'Antonio | 2015-07-13 | 1 | -16/+8 |
* | Document ShareLock and the Interlock | Matthew Draper | 2015-07-09 | 1 | -0/+20 |
* | Soften the lock requirements when eager_load is disabled | Matthew Draper | 2015-07-09 | 1 | -0/+118 |
* | added live responses which can be written and read in separate threads | Aaron Patterson | 2012-07-29 | 1 | -0/+27 |