aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/cps/CPSSpec.scala
Commit message (Collapse)AuthorAgeFilesLines
* Enable generalized state machinestopic/wip-futuresystem-extensionPhilipp Haller2013-05-231-1/+2
| | | | | | | - async { } block can now generate a subclass of an existing trait - future system can directly return the state machine instance from async, without spawning an actual future - adds iterator-based async implementation with future system
* Remove CPS dependency from default async implementationPhilipp Haller2013-04-121-0/+49
- move all CPS-related code to `continuations` sub package - fix CPS-based async implementation - enable testing of CPS-based async implementation