aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/internal/ScalaConcurrentAsync.scala
Commit message (Collapse)AuthorAgeFilesLines
* Minimize the public APIJason Zaugg2013-11-071-0/+18
- Remove the CPS fallback version of async. That was not intended to be part of 1.0. - Lookup the await method beside the macro, rather than requiring all calls to go to AsyncBase.await. - Create a minimal version of Async that just contains await/async and delegates to the macro implementation in internal._ - Add scaladoc.