aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/continuations/CPSBasedAsync.scala
Commit message (Collapse)AuthorAgeFilesLines
* Remove CPS dependency from default async implementationPhilipp Haller2013-04-121-0/+21
- move all CPS-related code to `continuations` sub package - fix CPS-based async implementation - enable testing of CPS-based async implementation