summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/util/InterruptReq.scala
Commit message (Expand)AuthorAgeFilesLines
* Fixed SI-6505. Respond to ask calls by immediate failure even after compiler ...Iulian Dragos2012-10-101-1/+4
* Adds method askForResponseMartin Odersky2012-07-271-0/+11
* address "this would catch all throwables" warningsMartin Odersky2012-07-201-2/+3
* Forgot a import in the last commit. no review.Iulian Dragos2011-04-051-2/+0
* Wrapped exceptions coming from calls to 'ask' i...Iulian Dragos2011-04-051-2/+6
* Better replays.Martin Odersky2011-01-211-1/+1
* InterruptedException while waiting for result s...Eugene Vigdorchik2010-09-231-1/+6
* Shield interrupts against exceptions in user codeEugene Vigdorchik2010-09-151-3/+10
* added missing file.Martin Odersky2010-07-191-0/+28