summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Work in progress on porting akka promises and futures.aleksandar2012-01-137-184/+231
| | * | | Port of akka Future implementation in progress.aleksandar2012-01-125-17/+283
| | * | | Refactor await calls for awaitable objects to ready and result calls.aleksandar2012-01-124-117/+123
| | * | | Refactor blockable to awaitable on several places.aleksandar2012-01-124-6/+8
| | * | | Merge branch 'execution-context' of github.com:phaller/scala into execution-c...aleksandar2012-01-12318-5537/+8228
| | |\ \ \
| | | * | | Update Future.onSuccess to take a PartialFunction.Philipp Haller2012-01-121-7/+9
| | | * | | Merge branch 'master' into execution-contextVojin Jovanovic2012-01-09317-5526/+8219
| | | |\ \ \
| | * | | | | Changing trait CanBlock name to CanAwait.aleksandar2012-01-124-3/+9
| | |/ / / /
| | * | | | Make base TCK more uniform with Akka TCKPhilipp Haller2011-12-131-3/+4
| | * | | | Add test for recover to Akka TCKPhilipp Haller2011-12-132-4/+25
| | * | | | Force output of exception in assert. Add tests for recover.Philipp Haller2011-12-131-2/+33
| | * | | | Add tests for blocking/await to Akka version of the TCKPhilipp Haller2011-12-131-6/+37
| | * | | | Merge branch 'execution-context' of github.com:phaller/scala into execution-c...aleksandar2011-12-131-0/+338
| | |\ \ \ \
| | | * | | | Add Akka version of Futures TCK.Philipp Haller2011-12-131-0/+338
| | * | | | | Change promise method signature.aleksandar2011-12-132-2/+2
| | |/ / / /
| | * | | | Add test cases for blocking. Fix in the failed projection.aleksandar2011-12-133-9/+37
| | * | | | Rename block->await. Add more tck test cases.aleksandar2011-12-136-28/+108
| | * | | | Add stubs for future combinator tests.Philipp Haller2011-12-131-1/+67
| | * | | | Fix default.ExecutionContextImpl.promise. Add promise test.Philipp Haller2011-12-132-4/+27
| | * | | | Change promise fulfill and break to success and failure.aleksandar2011-12-124-17/+20
| | * | | | Adding the tck test file.aleksandar2011-12-121-0/+166
| | * | | | Merge branch 'execution-context' of github.com:phaller/scala into execution-c...aleksandar2011-12-124-11/+116
| | |\ \ \ \
| | | * | | | Add global scheduler with default implementationPhilipp Haller2011-12-093-3/+109
| | | * | | | Fix future testsPhilipp Haller2011-12-091-5/+5
| | * | | | | Syntax changes for the scala.concurrent package and some cleanup.aleksandar2011-12-125-49/+55
| | |/ / / /
| | * | | | A minor doc issue with timeouts.Aleksandar Prokopec2011-12-081-3/+0
| | * | | | Fixed the build.aleksandar2011-12-085-31/+41
| | * | | | Added Future companion object, with all method.Heather Miller2011-12-081-8/+34
| | * | | | Merge branch 'execution-context' of https://github.com/phaller/scala into exe...Aleksandar Prokopec2011-12-075-202/+286
| | |\ \ \ \
| | | * \ \ \ Fix merge conflictPhilipp Haller2011-12-072-12/+20
| | | |\ \ \ \
| | | * | | | | Add promise implementation. Move fork/join implementation into default packag...Philipp Haller2011-12-075-204/+285
| | * | | | | | Some docs fixes.Aleksandar Prokopec2011-12-072-7/+27
| | | |/ / / / | | |/| | | |
| | * | | | | Merge branch 'execution-context' of https://github.com/phaller/scala into exe...Aleksandar Prokopec2011-12-075-16/+160
| | |\| | | |
| | | * | | | Add tests for future callbacksPhilipp Haller2011-12-072-0/+134
| | | * | | | Merge branch 'execution-context' of https://github.com/phaller/scala into exe...Philipp Haller2011-12-071-5/+9
| | | |\ \ \ \
| | | * | | | | Add future method to ExecutionContext trait. Log uncaught exceptions to stderr.Philipp Haller2011-12-073-16/+26
| | * | | | | | Minor changes with the docs.Aleksandar Prokopec2011-12-072-15/+20
| | | |/ / / / | | |/| | | |
| | * | | | | Fixed the docs a bit.Aleksandar Prokopec2011-12-071-5/+9
| | |/ / / /
| | * | | | Fixing match errors in the on* callback methods in future.Aleksandar Prokopec2011-12-071-7/+8
| | * | | | The isTimedout on fj futures fixed.Aleksandar Prokopec2011-12-071-1/+1
| | * | | | Got the futures and execution contexts related code to compile.Aleksandar Prokopec2011-12-076-55/+132
| | * | | | Merge branch 'master' of https://github.com/scala/scala into execution-contextAleksandar Prokopec2011-12-07176-55/+1375
| | |\ \ \ \
| | * | | | | Implementation of the fj task and future.Aleksandar Prokopec2011-12-076-109/+175
| | * | | | | A slight refactoring in promise and task factory methods.Aleksandar Prokopec2011-12-071-2/+2
| | * | | | | Adding some comments to block on. Removing timeout parameters.Aleksandar Prokopec2011-12-064-9/+31
| | * | | | | Completed default implementations of monadic ops on futures.Aleksandar Prokopec2011-12-051-6/+50
| | * | | | | Merge branch 'execution-context' of https://github.com/phaller/scala into exe...Aleksandar Prokopec2011-12-051-0/+1051
| | |\ \ \ \ \
| | | * | | | | Add Akka's future implementation for referencePhilipp Haller2011-12-051-0/+1051
| | * | | | | | The default implementations for some of the future methods.Aleksandar Prokopec2011-12-054-15/+85
| | |/ / / / /
| | * | | | | Migration of scala.concurrent to clean fork of new Scala repo.Philipp Haller2011-12-058-0/+968