summaryrefslogtreecommitdiff
path: root/src/library/scala/concurrent/impl/ExecutionContextImpl.scala
Commit message (Expand)AuthorAgeFilesLines
* Typo and spelling correctionsJanek Bogucki2016-11-111-1/+1
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+2
* Remove ThreadPoolExecutor fallback in ExecutionContextImplSimon Ochsenreither2015-10-281-31/+12
* 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-201-81/+119
* SI-7399 : Take scala.concurrent.context.maxThreads into accountRaphael Jolly2013-05-291-11/+11
* Eliminated the accumulated feature warnings.Paul Phillips2013-04-231-5/+5
* Merge branch 2.10.1 into masterAdriaan Moors2013-02-271-15/+15
|\
| * 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-311-8/+26
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* fix usage of Duration in Promise implRoland2012-09-101-1/+0
* Critical bugfixes/leak fixes/API corrections + ScalaDoc for SIP-14Viktor Klang2012-07-191-5/+5
* 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-131-26/+49
* Collection of updates to SIP-14 (scala.concurrent)Havoc Pennington2012-07-091-41/+20
* SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-051-0/+1
* Add configuration for ExecutionContextphaller2012-06-051-7/+21
* SIP-14: clean ups and fixesphaller2012-05-171-33/+47
* Move resolver and resolveEither to impl.Promisephaller2012-05-101-3/+3
* Fixed a bug with setting execution contexts.Aleksandar Prokopec2012-04-301-14/+6
* Clean ups in futures based on review by @heathermiller and review by @viktork...phaller2012-04-151-6/+4
* Fix issues with exception handling in futures. Review by @heathermillerphaller2012-04-141-1/+5
* Add managed blockers to execution contexts.aleksandar2012-04-131-1/+17
* Making changes in the scala.concurrent package.aleksandar2012-04-121-10/+10
* Fixes and clean ups for futures based on review by @viktorklangphaller2012-04-121-1/+1
* Add some ExecutionContext factories.Aleksandar Prokopec2012-04-041-9/+9
* Remedies Try/Either signature disparity for source compat. w/ AkkaHeather Miller2012-04-031-1/+0
* Remove blocking from execution contexts.Aleksandar Prokopec2012-03-301-5/+37
* Work on source compatibility between akka and scala futures.Aleksandar Prokopec2012-03-281-80/+4
* Merge remote-tracking branches 'axel22/feature/pc-execution-contexts', 'VladU...Paul Phillips2012-03-221-1/+2
|\
| * Cleaned up Duration for the standard library.Vojin Jovanovic2012-03-201-1/+2
* | Deprecate scala.parallel.Future and privatize a few classes.Aleksandar Prokopec2012-03-201-1/+1
|/
* Adding execution context based task support implementation.Aleksandar Prokopec2012-03-021-5/+10
* Whitespace commit.Paul Phillips2012-02-291-17/+17
* Disable execution context and futures implementation in the default package.Aleksandar Prokopec2012-02-161-0/+134