aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/futures/FutureSpec.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix #42 - Futures created by async are not properly completed with exceptionsphaller2012-11-261-15/+19
* Replace uses of Future.map/Future.flatMap with async+awaitphaller2012-11-261-24/+33
* Add ported futures testsphaller2012-11-261-0/+527