aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/FutureSystem.scala
Commit message (Expand)AuthorAgeFilesLines
* Enable generalized state machinestopic/wip-futuresystem-extensionPhilipp Haller2013-05-231-5/+33
* Abstract over type of generated state machinePhilipp Haller2013-04-261-0/+3
* Abstract from Try in onComplete of FutureSystem#OpsPhilipp Haller2013-04-261-1/+8
* Refactor TryBasedFutureSystemPhilipp Haller2013-04-261-32/+19
* Abstract from Try's get and isFailure methodsPhilipp Haller2013-04-261-18/+49
* Split FutureSystem's completeProm extension point into 3 partsPhilipp Haller2013-04-261-5/+39
* 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