Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | After completing a load, give other threads a chance too | Matthew Draper | 2016-02-02 | 1 | -0/+17 |
* | While new sharers are blocked, an existing sharer remains re-entrant | Matthew Draper | 2016-02-02 | 1 | -0/+29 |
* | Block new share attempts if there's an exclusive waiter | Matthew Draper | 2016-02-02 | 1 | -0/+32 |
* | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 1 | -1/+1 |
* | Small tweaks to mainly lock-ordering tests. | thedarkone | 2015-07-22 | 1 | -21/+58 |
* | Handle thread death during lock acquisition | Matthew Draper | 2015-07-21 | 1 | -0/+21 |
* | Adjust expectations around purpose/compatibility options | Matthew Draper | 2015-07-21 | 1 | -8/+35 |
* | Add some meta-assertions for the custom assertions | Matthew Draper | 2015-07-21 | 1 | -11/+63 |
* | Order of execution is only guaranteed if upgrading | Matthew Draper | 2015-07-21 | 1 | -1/+3 |
* | Tests for AS::Concurrency::ShareLock. | thedarkone | 2015-07-20 | 1 | -0/+194 |