aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/internal/FutureSystem.scala
Commit message (Expand)AuthorAgeFilesLines
* copyright 2018 LightbendSeth Tisue2018-02-061-1/+1
* Allow result field name to be externally specifiedJason Zaugg2017-09-271-0/+1
* Support future systems that perform external failure handlingJason Zaugg2017-09-271-0/+1
* Allow future system to enable more name fresheningJason Zaugg2017-09-271-0/+2
* Rework extension point for checking for already-completed futuresJason Zaugg2016-03-031-6/+5
* Hooks to customize code generationJason Zaugg2015-11-101-0/+2
* Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2014...Jason Zaugg2014-12-181-0/+15
|\
| * Make `f(await(completedFuture))` execute `f` synchronouslyJason Zaugg2014-12-161-0/+15
* | cleans up FutureSystemEugene Burmako2014-02-151-12/+9
|/
* Update copyright years.Jason Zaugg2014-01-141-1/+1
* Abstract over use of scala.util.TryJason Zaugg2013-11-131-2/+27
* Add a hook for post-ANF transformationJason Zaugg2013-11-131-0/+3
* Minimize the public APIJason Zaugg2013-11-071-7/+0
* Collection of clean-upsPhilipp Haller2013-08-141-3/+1
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-0/+106