aboutsummaryrefslogtreecommitdiff
path: root/stage1/KeyLockedLazyCache.scala
Commit message (Collapse)AuthorAgeFilesLines
* KeyLockedLazyCache was locking on the wrong object. Also added update methodChristopher Vogt2016-03-301-1/+8
|
* move KeyLockedLazyCache to its own fileChristopher Vogt2016-03-191-0/+47
|
* Refactored ClassLoaderCache to use key locked cache to pave the way for ↵Christopher Vogt2016-03-191-33/+0
| | | | caching classloaders hierarchically without deadlocks
* A draft implementation that runs builds concurrently (probably buggy right ↵Christopher Vogt2016-03-121-0/+33
now). Is CBT "reactive" now ;)?