summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Added first cut of Try type, refactored from twitter util.Heather Miller2012-01-301-0/+196
| | * | | Merge branch 'execution-context' of https://github.com/phaller/scala into exe...Vojin Jovanovic2012-01-271-20/+66
| | |\ \ \
| | | * | | Implement the ensure and andThen methods on futures.aleksandar2012-01-271-1/+56
| | | * | | Change the implementation of the future failed projection.aleksandar2012-01-271-20/+11
| | * | | | Merge branch 'master' into execution-contextVojin Jovanovic2012-01-25145-2662/+3127
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Removed the nondeterministic implicit. Added rescue.aleksandar2012-01-246-54/+74
| | * | | | Fixed the way callbacks are handled. Removed executor from base future trait.aleksandar2012-01-234-14/+13
| | * | | | Add implicit for duration.aleksandar2012-01-201-0/+7
| | * | | | Add NonDeterministic evidence needed to call nondeterministic methods.aleksandar2012-01-196-54/+91
| | * | | | Add implicit conversion for futures that enables calling nondeterministic met...aleksandar2012-01-194-100/+113
| | * | | | Deprecating some traits in scala.concurrent.aleksandar2012-01-1910-5/+23
| | * | | | Fix `all` combinator on futures, refactor execution context, remove disabled ...aleksandar2012-01-197-1262/+88
| | * | | | Added implementations for any and find on collections of futures.Heather Miller2012-01-193-7/+55
| | * | | | Refactor concurrent package and execution contexts.aleksandar2012-01-167-55/+101
| | * | | | Work in progress.brijest2012-01-166-19/+48
| | * | | | Add execution context implementation to akka futures.aleksandar2012-01-163-32/+163
| | * | | | Migrate akka promises. Changes to some of the interfaces.aleksandar2012-01-139-44/+245
| | * | | | Work in progress on porting akka promises and futures.aleksandar2012-01-137-184/+231
| | * | | | Port of akka Future implementation in progress.aleksandar2012-01-124-16/+269
| | * | | | Refactor await calls for awaitable objects to ready and result calls.aleksandar2012-01-123-80/+74
| | * | | | 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-12178-3483/+5458
| | |\ \ \ \
| | | * | | | Update Future.onSuccess to take a PartialFunction.Philipp Haller2012-01-121-7/+9
| | | * | | | Merge branch 'master' into execution-contextVojin Jovanovic2012-01-09177-3476/+5449
| | | |\ \ \ \
| | * | | | | | Changing trait CanBlock name to CanAwait.aleksandar2012-01-123-3/+5
| | |/ / / / /
| | * | | | | Change promise method signature.aleksandar2011-12-131-1/+1
| | * | | | | Add test cases for blocking. Fix in the failed projection.aleksandar2011-12-132-6/+10
| | * | | | | Rename block->await. Add more tck test cases.aleksandar2011-12-135-20/+21
| | * | | | | Fix default.ExecutionContextImpl.promise. Add promise test.Philipp Haller2011-12-131-3/+3
| | * | | | | Change promise fulfill and break to success and failure.aleksandar2011-12-124-17/+20
| | * | | | | Merge branch 'execution-context' of github.com:phaller/scala into execution-c...aleksandar2011-12-123-3/+109
| | |\ \ \ \ \
| | | * | | | | Add global scheduler with default implementationPhilipp Haller2011-12-093-3/+109
| | * | | | | | Syntax changes for the scala.concurrent package and some cleanup.aleksandar2011-12-124-44/+45
| | |/ / / / /
| | * | | | | 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-073-16/+26
| | |\| | | | |
| | | * | | | | 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-0749-36/+150
| | |\ \ \ \ \
| | * | | | | | Implementation of the fj task and future.Aleksandar Prokopec2011-12-076-109/+175