summaryrefslogtreecommitdiff
path: root/src/library/scala/concurrent/impl/Promise.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9488 - adds the same default toString format to Scala Futures as 2.12.xViktor Klang2016-03-221-0/+4
* Revise paragraph (a revised #3164)Paolo G. Giarrusso2013-11-231-3/+3
* Cull extraneous whitespace.Paul Phillips2013-09-181-1/+1
* Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-07-291-21/+189
|\
| * SI-7336 - Link flatMapped promises to avoid memory leaksRich Dougherty2013-07-061-22/+190
* | Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-041-43/+42
|\|
| * Reimplementing much of the DefaultPromise methodsViktor Klang2013-05-181-43/+42
* | More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-3/+3
|/
* SI-7029 - Makes sure that uncaught exceptions are propagated to the UEH for t...Viktor Klang2013-01-311-1/+1
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Don't write side-effecting nullary methods.Paul Phillips2012-09-261-2/+2
* Adjustments to scala.concurrent.duration.Paul Phillips2012-09-191-8/+4
* move Duration (incl. DSL) into scala.concurrent.duration packageRoland2012-09-191-1/+1
* improve Promise.tryAwait by converting to match statementRoland2012-09-121-10/+9
* improve docs and Promise implRoland2012-09-111-17/+13
* fix usage of Duration in Promise implRoland2012-09-101-9/+24
* Added tests, removal of unnecessary methods, fixes prepareHeather Miller2012-08-071-6/+3
* SI-6185 - add "prepare" hook to ExecutionContextphaller2012-08-051-3/+9
* Basing Futures on Try instead of EitherHeather Miller2012-08-041-31/+31
* Clean ups in impl.Futurephaller2012-07-191-1/+1
* SI-6095, SI-6098 - clean up public API, add deprecationsphaller2012-07-181-6/+3
* Squashed critical enhancements to SIP-14: daemonizing global EC, giving EC to...Viktor Klang2012-07-131-2/+1
* Collection of updates to SIP-14 (scala.concurrent)Havoc Pennington2012-07-091-9/+25
* rework Future.dispatchFuture a bit to fix bugs / optimizeHavoc Pennington2012-06-131-18/+7
* Move implicit ExecutionContext to be determined by lexical scopephaller2012-05-241-8/+13
* SIP-14: clean ups and fixesphaller2012-05-171-5/+3
* Move resolver and resolveEither to impl.Promisephaller2012-05-101-1/+15
* Remove newPromise methodphaller2012-05-031-2/+0
* Resolve merge conflictsphaller2012-05-031-16/+4
|\
| * Refactor Unsafe related stuff in scala.concurrent.Aleksandar Prokopec2012-05-011-11/+1
| * Fixed a bug with setting execution contexts.Aleksandar Prokopec2012-04-301-4/+6
| * Changes to access modifiers on Unsafe and NonFatal, adds/fixes doc commentsHeather Miller2012-04-141-1/+1
* | Unbreaking tryComplete + Future.apply since resolver must be use both for box...Viktor Klang2012-04-161-2/+3
* | Changing impl.Promise to return this.typeViktor Klang2012-04-161-1/+1
* | Cleaning up DefaultPromise.onCompleteViktor Klang2012-04-151-12/+6
* | Rewriting the doc message for tryAddCallback so it reflects the semanticsViktor Klang2012-04-151-5/+4
* | Removing some verbosity in Promise.tryCompleteViktor Klang2012-04-151-16/+12
* | Removing a lot of residue and superfluous method declarations. Moving out new...Viktor Klang2012-04-151-48/+5
|/
* Adding NonFatal matching as to not catch anything that should terminate the J...Viktor Klang2012-04-131-1/+1
* Replacing all ⇒ with => in Promise.scala and harmonized def value to use sa...Viktor Klang2012-04-131-18/+18
* Updating to latest version of Akka's DefaultPromiseViktor Klang2012-04-131-90/+45
* Making changes in the scala.concurrent package.aleksandar2012-04-121-4/+4
* Remedies Try/Either signature disparity for source compat. w/ AkkaHeather Miller2012-04-031-23/+23
* Remove blocking from execution contexts.Aleksandar Prokopec2012-03-301-1/+1
* Work on source compatibility between akka and scala futures.Aleksandar Prokopec2012-03-281-14/+15
* Merge remote-tracking branches 'axel22/feature/pc-execution-contexts', 'VladU...Paul Phillips2012-03-221-1/+1
|\
| * Cleaned up Duration for the standard library.Vojin Jovanovic2012-03-201-1/+1
* | Deprecate scala.parallel.Future and privatize a few classes.Aleksandar Prokopec2012-03-201-1/+1
|/
* SI-5189 1/2: inferConstrInst uses correct varianceAdriaan Moors2012-03-091-2/+8
* Whitespace commit.Paul Phillips2012-02-291-37/+37