aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/futures
Commit message (Expand)AuthorAgeFilesLines
* Make `f(await(completedFuture))` execute `f` synchronouslyJason Zaugg2014-12-161-1/+0
* Avoid unbounded stack consumption for synchronous control flowJason Zaugg2014-12-151-0/+7
* Update copyright years.Jason Zaugg2014-01-141-1/+1
* Remove @RunWith annotations from test cases.Jason Zaugg2013-08-151-3/+0
* 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