summaryrefslogtreecommitdiff
path: root/src/library/scala/concurrent/impl
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos in `spec` documents and comments.Dongjoon Hyun2016-03-151-1/+1
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-182-6/+6
* Remove ThreadPoolExecutor fallback in ExecutionContextImplSimon Ochsenreither2015-10-281-31/+12
* Unfinalize the class DefaultPromiseJason Zaugg2015-08-131-6/+8
* Remove our fork of forkjoin. Java 8 bundles it.Adriaan Moors2015-07-151-2/+1
* SI-8955 Fix hanging fork-join pool via parallel collectionsJason Zaugg2014-11-051-3/+9
* Add missing canonical combinators:Viktor Klang2014-10-204-206/+235
* 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
* | SI-7399 : Take scala.concurrent.context.maxThreads into accountRaphael Jolly2013-05-291-11/+11
* | Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-173-20/+23
|\ \ | |/ |/|
| * Eliminated the accumulated feature warnings.Paul Phillips2013-04-231-5/+5
| * Merge branch 2.10.1 into masterAdriaan Moors2013-02-271-15/+15
| |\
| * | More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-3/+3
| * | Merge commit '81d8f9d3da' into merge-210Paul Phillips2013-02-092-9/+27
| |\ \
| * | | Remove unused imports in library.Paul Phillips2012-11-191-1/+1
* | | | SI-7383 - Call ExecutionContext.prepare in Future.apply to allow for capturin...Viktor Klang2013-05-101-1/+1
| |_|/ |/| |
* | | SI-7146 - Fixing checkinit bug in ExecutionContextImpl and adding testViktor Klang2013-02-191-4/+4
* | | [nomaster] refactor AdaptedForkJoinTask, uncaughtExceptionHandlerAdriaan Moors2013-02-091-18/+15
| |/ |/|
* | SI-7029 - Makes sure that uncaught exceptions are propagated to the UEH for t...Viktor Klang2013-01-312-9/+27
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-024-9/+9
* 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-102-10/+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-042-33/+33
* Clean ups in impl.Futurephaller2012-07-192-13/+4
* Critical bugfixes/leak fixes/API corrections + ScalaDoc for SIP-14Viktor Klang2012-07-192-14/+5
* SI-6095, SI-6098 - clean up public API, add deprecationsphaller2012-07-182-20/+4
* Changing to scala.concurrent.context. as namespace for the system properties ...Viktor Klang2012-07-131-6/+5
* Fixing oversight in propagating the runnable into the newly created thread.Viktor Klang2012-07-131-1/+1
* Squashed critical enhancements to SIP-14: daemonizing global EC, giving EC to...Viktor Klang2012-07-133-42/+51
* Collection of updates to SIP-14 (scala.concurrent)Havoc Pennington2012-07-093-138/+59
* SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-053-37/+2
* rework Future.dispatchFuture a bit to fix bugs / optimizeHavoc Pennington2012-06-132-49/+82
* Add configuration for ExecutionContextphaller2012-06-051-7/+21
* Move implicit ExecutionContext to be determined by lexical scopephaller2012-05-242-10/+13
* SIP-14: clean ups and fixesphaller2012-05-173-38/+52
* Move resolver and resolveEither to impl.Promisephaller2012-05-103-5/+19
* Remove newPromise methodphaller2012-05-031-2/+0
* Resolve merge conflictsphaller2012-05-034-64/+31
|\
| * Refactor Unsafe related stuff in scala.concurrent.Aleksandar Prokopec2012-05-013-45/+22