summaryrefslogtreecommitdiff
path: root/src/library/scala/concurrent/Promise.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-6/+1
|\
| * Merge commit 'ad845ff' into merge/2.10.x-to-2.11.x-20150224Jason Zaugg2015-02-241-4/+1
| |\
| | * SI-8689 Avoid internal error in Promise after sequence of completionsViktor Klang2015-02-041-5/+2
* | | Add missing canonical combinators:Viktor Klang2014-10-201-9/+7
|/ /
* | Convenience methods from Try[T] => {Future, Promise}[T]Jason Zaugg2013-09-191-2/+9
* | Cull extraneous whitespace.Paul Phillips2013-09-181-17/+4
* | fix Promise scaladocxuwei-k2013-07-271-2/+2
* | Deprecate parameter names in scala.concurrentViktor Klang2013-05-161-3/+3
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Basing Futures on Try instead of EitherHeather Miller2012-08-041-8/+10
* Collection of updates to SIP-14 (scala.concurrent)Havoc Pennington2012-07-091-0/+9
* Move implicit ExecutionContext to be determined by lexical scopephaller2012-05-241-6/+8
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-4/+4
* Removing the wrap-method from PromiseViktor Klang2012-04-151-7/+0
* Introducing tryCompleteWith for symmetry and for the possibility to treat rac...viktorklang2012-04-151-0/+9
* Streamlining calls so success/failure go through complete, also made sure com...viktorklang2012-04-151-13/+7
* Making changes in the scala.concurrent package.aleksandar2012-04-121-3/+15
* Remedies Try/Either signature disparity for source compat. w/ AkkaHeather Miller2012-04-031-11/+6
* Work on source compatibility between akka and scala futures.Aleksandar Prokopec2012-03-281-6/+10
* Whitespace commit.Paul Phillips2012-02-291-32/+32
* Replaced Either with Try throughout scala.concurrent.Heather Miller2012-01-311-5/+5
* Removed the nondeterministic implicit. Added rescue.aleksandar2012-01-241-7/+3
* Fixed the way callbacks are handled. Removed executor from base future trait.aleksandar2012-01-231-2/+2
* Add NonDeterministic evidence needed to call nondeterministic methods.aleksandar2012-01-191-7/+23
* Add implicit conversion for futures that enables calling nondeterministic met...aleksandar2012-01-191-2/+2
* Fix `all` combinator on futures, refactor execution context, remove disabled ...aleksandar2012-01-191-1/+0
* Added implementations for any and find on collections of futures.Heather Miller2012-01-191-1/+4
* Migrate akka promises. Changes to some of the interfaces.aleksandar2012-01-131-13/+5
* Work in progress on porting akka promises and futures.aleksandar2012-01-131-2/+31
* Port of akka Future implementation in progress.aleksandar2012-01-121-4/+23
* Change promise fulfill and break to success and failure.aleksandar2011-12-121-2/+2
* Merge branch 'execution-context' of https://github.com/phaller/scala into exe...Aleksandar Prokopec2011-12-071-2/+12
|\
| * Fix merge conflictPhilipp Haller2011-12-071-3/+7
| |\
| * | Add promise implementation. Move fork/join implementation into default packag...Philipp Haller2011-12-071-4/+11
* | | Some docs fixes.Aleksandar Prokopec2011-12-071-1/+1
| |/ |/|
* | Minor changes with the docs.Aleksandar Prokopec2011-12-071-6/+7
|/
* Got the futures and execution contexts related code to compile.Aleksandar Prokopec2011-12-071-0/+4
* Adding some comments to block on. Removing timeout parameters.Aleksandar Prokopec2011-12-061-1/+4
* The default implementations for some of the future methods.Aleksandar Prokopec2011-12-051-0/+30
* Migration of scala.concurrent to clean fork of new Scala repo.Philipp Haller2011-12-051-0/+30