summaryrefslogtreecommitdiff
path: root/src/library/scala/concurrent
Commit message (Expand)AuthorAgeFilesLines
* SI-8689 Avoid internal error in Promise after sequence of completionsViktor Klang2015-02-041-5/+2
* More clear implicitNotFound error for ExecutionContextJames Ward2014-01-081-1/+1
* SI-6913 Fixing semantics of Future fallbackTo to be according to docsHeather Miller2013-12-051-1/+4
* SI-7861 Don't execute internal callbacks on the user ExecutorJason Zaugg2013-09-211-7/+4
* SI-7336 - Link flatMapped promises to avoid memory leaksRich Dougherty2013-07-062-24/+197
* Merge pull request #2511 from viktorklang/wip-cleaner-Future-method-implement...Adriaan Moors2013-06-241-137/+44
|\
| * Cleaning up method implementations in FutureViktor Klang2013-06-191-137/+44
* | Reimplementing much of the DefaultPromise methodsViktor Klang2013-05-181-43/+42
|/
* SI-7383 - Call ExecutionContext.prepare in Future.apply to allow for capturin...Viktor Klang2013-05-101-1/+1
* Merge 2.10.1 into 2.10.x.Adriaan Moors2013-02-273-141/+121
|\
| * SI-7146 - Fixing checkinit bug in ExecutionContextImpl and adding testViktor Klang2013-02-191-4/+4
| * [nomaster] refactor AdaptedForkJoinTask, uncaughtExceptionHandlerAdriaan Moors2013-02-091-18/+15
| * [nomaster] can't add new class BatchingExecutorAdriaan Moors2013-02-092-120/+103
* | make Future scaladoc examples up-to-date and compilableEugene Platonov2013-02-151-6/+6
|/
* SI-7029 - Makes sure that uncaught exceptions are propagated to the UEH for t...Viktor Klang2013-01-312-9/+27
* SI-6932 Remove Batchable trait plus minor clean-upsPhilipp Haller2013-01-211-18/+9
* Fix SI-6932 by enabling linearization of callback execution for the internal...Viktor Klang2013-01-212-3/+129
* Removing controversial `either` method from Futures API.Josh Suereth2012-11-211-23/+0
* SI-6661 - Remove obsolete implicit parameter of scala.concurrent.promise methodphaller2012-11-151-3/+2
* Merge pull request #1559 from heathermiller/copyright-updateJosh Suereth2012-11-0425-30/+30
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0225-30/+30
* | Typo-fix in scala.concurrent.Future, thanks to @pavelpavlovHeather Miller2012-11-021-1/+1
|/
* SI-6099 - Scaladoc for scala.concurrent incompleteHeather Miller2012-10-102-56/+69
* Don't write side-effecting nullary methods.Paul Phillips2012-09-261-2/+2
* some small remaining fixesRoland2012-09-204-27/+54
* Adjustments to scala.concurrent.duration.Paul Phillips2012-09-195-196/+212
* move Duration (incl. DSL) into scala.concurrent.duration packageRoland2012-09-197-35/+27
* improve performance of integer multiplication overflow check on DurationRoland2012-09-191-20/+37
* enable integer multiplication/divison on FiniteDuration, see SI-6389Roland2012-09-181-3/+34
* Eliminate breaking relative names in source.Paul Phillips2012-09-148-28/+28
* improve Promise.tryAwait by converting to match statementRoland2012-09-121-10/+9
* Merge remote-tracking branch 'origin/2.10.x' into fix-duration-issues-RKRoland2012-09-127-34/+71
|\
| * improve docs and Promise implRoland2012-09-113-33/+53
| * fix usage of Duration in Promise implRoland2012-09-107-15/+32
* | restrict Deadline to finite durations (would have to throw otherwise)Roland2012-09-121-9/+10
* | make private methods private[this] to avoid conflicts when importing Duration._Roland2012-09-121-15/+15
* | retronym had one more improvement hidden up his sleeve for DurationRoland2012-09-121-7/+9
* | factor out more constants in Duration, thanks paulp!Roland2012-09-121-8/+18
* | two more minor cleanups to DurationRoland2012-09-111-2/+2
* | fix two minor issues in DurationRoland2012-09-091-15/+14
* | fix some one more issue in DurationRoland2012-09-071-54/+79
* | second round of Duration cleanupRoland2012-09-071-97/+425
* | several fixes to scala.concurrent.util.DurationRoland2012-09-051-9/+58
|/
* Removing duplication from Duration.Paul Phillips2012-09-041-328/+178
* Doc fix on exec ctx prepare method, fix to testsHeather Miller2012-08-082-2/+3
* Added tests, removal of unnecessary methods, fixes prepareHeather Miller2012-08-072-11/+6
* SI-6185 - add "prepare" hook to ExecutionContextphaller2012-08-052-3/+17
* Basing Futures on Try instead of EitherHeather Miller2012-08-044-87/+82
* SIP-14 - Fix critical Java compatibility issue in scala.concurrent.Awaitphaller2012-07-201-36/+42
* Clean ups in impl.Futurephaller2012-07-192-13/+4