aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/futures/FutureSpec.scala
Commit message (Expand)AuthorAgeFilesLines
* fix procedure syntaxxuwei-k2018-05-091-24/+24
* fixes for 2.13 compatibilitySeth Tisue2018-03-141-3/+3
* Remove use of scala.concurrent.forkjoinNthPortal2018-03-141-1/+1
* Remove uses of deprecated Future APIsNthPortal2018-02-271-23/+32
* copyright 2018 LightbendSeth Tisue2018-02-061-1/+1
* 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