aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/FutureSystem.scala
Commit message (Expand)AuthorAgeFilesLines
* Add BlockingAsync and BlockingFutureSystemtopic/seq-debuggingPhilipp Haller2013-06-251-3/+58
* Remove CPS dependency from default async implementationPhilipp Haller2013-04-121-0/+8
* New fix for #1861: Add fall-back to CPS for all unsupported uses of awaitphaller2012-12-191-1/+4
* Rewrite the state machine to a class, rather than an object.Jason Zaugg2012-11-261-0/+9
* add missing copyrightJason Zaugg2012-11-241-1/+1
* Fix typosphaller2012-11-121-2/+2
* Resolve feature warningsphaller2012-11-121-1/+3
* Remove unneed ().Jason Zaugg2012-11-091-5/+2
* Abstract over the future implementation.Jason Zaugg2012-11-091-0/+138