summaryrefslogtreecommitdiff
path: root/src/library/scala/concurrent/ExecutionContext.scala
Commit message (Expand)AuthorAgeFilesLines
* Improving ScalaDoc for ExecutionContext and Await.Viktor Klang2017-03-291-17/+25
* Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-1/+1
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-1/+1
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+1
* Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-8/+10
|\
| * SI-7444 docs: null Executor allowed in ExecutionContext factoriesPhilipp Haller2014-11-141-8/+10
* | SI-8849 Makes `ExecutionContext.Implicits.global` ambiguousViktor Klang2014-10-201-2/+2
* | Add missing canonical combinators:Viktor Klang2014-10-201-15/+17
|/
* SI-8590 Expand doc comments for ExecutionContextPhilipp Haller2014-07-141-12/+60
* Add documentation to parts of scala.concurrent.Todd Vierling2014-06-031-2/+2
* SI-8377 - Clarify the asynchronous requirement of ExecutionContextViktor Klang (√)2014-03-101-2/+7
* Improve ExecutionContext implicitNotFound and docsHavoc Pennington2014-01-311-2/+38
* More clear implicitNotFound error for ExecutionContextJames Ward2013-10-241-1/+1
* Cull extraneous whitespace.Paul Phillips2013-09-181-6/+6
* Deprecate parameter names in scala.concurrentViktor Klang2013-05-161-2/+2
* 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
* Doc fix on exec ctx prepare method, fix to testsHeather Miller2012-08-081-1/+2
* Added tests, removal of unnecessary methods, fixes prepareHeather Miller2012-08-071-5/+3
* SI-6185 - add "prepare" hook to ExecutionContextphaller2012-08-051-0/+8
* SI-6095, SI-6098 - clean up public API, add deprecationsphaller2012-07-181-1/+1
* Squashed critical enhancements to SIP-14: daemonizing global EC, giving EC to...Viktor Klang2012-07-131-5/+0
* Collection of updates to SIP-14 (scala.concurrent)Havoc Pennington2012-07-091-26/+48
* SIP-14: clean ups and fixesphaller2012-05-171-2/+4
* Move resolver and resolveEither to impl.Promisephaller2012-05-101-2/+1
* Fixed a bug with setting execution contexts.Aleksandar Prokopec2012-04-301-2/+9
* Making changes in the scala.concurrent package.aleksandar2012-04-121-9/+12
* Add some ExecutionContext factories.Aleksandar Prokopec2012-04-041-1/+16
* Remedies Try/Either signature disparity for source compat. w/ AkkaHeather Miller2012-04-031-1/+0
* Remove blocking from execution contexts.Aleksandar Prokopec2012-03-301-4/+2
* Work on source compatibility between akka and scala futures.Aleksandar Prokopec2012-03-281-90/+1
* Cleaned up Duration for the standard library.Vojin Jovanovic2012-03-201-1/+1
* Whitespace commit.Paul Phillips2012-02-291-28/+28
* Replaced Either with Try throughout scala.concurrent.Heather Miller2012-01-311-5/+6
* Add some missing methods, remove obsolete methods in futures.aleksandar2012-01-301-0/+2
* Removed the nondeterministic implicit. Added rescue.aleksandar2012-01-241-5/+2
* Add NonDeterministic evidence needed to call nondeterministic methods.aleksandar2012-01-191-3/+17
* Add implicit conversion for futures that enables calling nondeterministic met...aleksandar2012-01-191-1/+76
* Fix `all` combinator on futures, refactor execution context, remove disabled ...aleksandar2012-01-191-74/+2
* Added implementations for any and find on collections of futures.Heather Miller2012-01-191-2/+40
* Refactor concurrent package and execution contexts.aleksandar2012-01-161-1/+36
* Work in progress.brijest2012-01-161-2/+3
* Add execution context implementation to akka futures.aleksandar2012-01-161-0/+8
* Migrate akka promises. Changes to some of the interfaces.aleksandar2012-01-131-1/+1
* Refactor blockable to awaitable on several places.aleksandar2012-01-121-1/+1
* Changing trait CanBlock name to CanAwait.aleksandar2012-01-121-1/+1
* Rename block->await. Add more tck test cases.aleksandar2011-12-131-1/+1
* Change promise fulfill and break to success and failure.aleksandar2011-12-121-1/+3
* Syntax changes for the scala.concurrent package and some cleanup.aleksandar2011-12-121-1/+3
* Fixed the build.aleksandar2011-12-081-10/+5