summaryrefslogtreecommitdiff
path: root/src/library/scala/concurrent/package.scala
Commit message (Expand)AuthorAgeFilesLines
* Improving ScalaDoc for ExecutionContext and Await.Viktor Klang2017-03-291-9/+34
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-7/+7
* Added package scaladoc for the concurrent package.dickwall2015-01-121-0/+74
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-2/+2
* Add documentation to parts of scala.concurrent.Todd Vierling2014-06-031-0/+5
* SI-7958 Deprecate methods `future` and `promise` in the `scala.concurrent` pa...Philipp Haller2013-11-121-0/+4
* Cull extraneous whitespace.Paul Phillips2013-09-181-11/+11
* Deprecate parameter names in scala.concurrentViktor Klang2013-05-161-2/+2
* SI-6661 - Remove obsolete implicit parameter of scala.concurrent.promise methodphaller2012-11-151-3/+2
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* SI-6099 - Scaladoc for scala.concurrent incompleteHeather Miller2012-10-101-34/+36
* move Duration (incl. DSL) into scala.concurrent.duration packageRoland2012-09-191-1/+1
* improve docs and Promise implRoland2012-09-111-12/+22
* fix usage of Duration in Promise implRoland2012-09-101-0/+3
* SIP-14 - Fix critical Java compatibility issue in scala.concurrent.Awaitphaller2012-07-201-36/+42
* Critical bugfixes/leak fixes/API corrections + ScalaDoc for SIP-14Viktor Klang2012-07-191-34/+42
* Squashed critical enhancements to SIP-14: daemonizing global EC, giving EC to...Viktor Klang2012-07-131-7/+44
* SI-5729: TypeVar experimentals iff -XexperimentalAdriaan Moors2012-05-021-1/+1
* Fixed a bug with setting execution contexts.Aleksandar Prokopec2012-04-301-2/+8
* Fixes and clean ups for futures based on review by @viktorklangphaller2012-04-121-10/+0
* Work on source compatibility between akka and scala futures.Aleksandar Prokopec2012-03-281-19/+9
* Cleaned up Duration for the standard library.Vojin Jovanovic2012-03-201-1/+2
* Whitespace commit.Paul Phillips2012-02-291-7/+7
* Fix for "type _$1 defined twice".Paul Phillips2012-02-171-98/+5
* Disable execution context and futures implementation in the default package.Aleksandar Prokopec2012-02-161-3/+3
* Replaced Either with Try throughout scala.concurrent.Heather Miller2012-01-311-13/+14
* Add some missing methods, remove obsolete methods in futures.aleksandar2012-01-301-12/+4
* Removed the nondeterministic implicit. Added rescue.aleksandar2012-01-241-3/+0
* Add implicit for duration.aleksandar2012-01-201-0/+7
* Add NonDeterministic evidence needed to call nondeterministic methods.aleksandar2012-01-191-31/+8
* Add implicit conversion for futures that enables calling nondeterministic met...aleksandar2012-01-191-67/+33
* Fix `all` combinator on futures, refactor execution context, remove disabled ...aleksandar2012-01-191-2/+78
* Refactor concurrent package and execution contexts.aleksandar2012-01-161-19/+4
* Work in progress.brijest2012-01-161-10/+20
* Migrate akka promises. Changes to some of the interfaces.aleksandar2012-01-131-11/+21
* Work in progress on porting akka promises and futures.aleksandar2012-01-131-1/+11
* Port of akka Future implementation in progress.aleksandar2012-01-121-0/+6
* Refactor await calls for awaitable objects to ready and result calls.aleksandar2012-01-121-5/+10
* Changing trait CanBlock name to CanAwait.aleksandar2012-01-121-1/+3
* Change promise method signature.aleksandar2011-12-131-1/+1
* Add test cases for blocking. Fix in the failed projection.aleksandar2011-12-131-1/+1
* Rename block->await. Add more tck test cases.aleksandar2011-12-131-7/+7
* Merge branch 'execution-context' of github.com:phaller/scala into execution-c...aleksandar2011-12-121-3/+11
|\
| * Add global scheduler with default implementationPhilipp Haller2011-12-091-3/+11
* | Syntax changes for the scala.concurrent package and some cleanup.aleksandar2011-12-121-29/+27
|/
* Fixed the build.aleksandar2011-12-081-13/+21
* Add promise implementation. Move fork/join implementation into default packag...Philipp Haller2011-12-071-1/+1
* Add future method to ExecutionContext trait. Log uncaught exceptions to stderr.Philipp Haller2011-12-071-2/+3
* Got the futures and execution contexts related code to compile.Aleksandar Prokopec2011-12-071-6/+4
* Implementation of the fj task and future.Aleksandar Prokopec2011-12-071-2/+18