Commit graph

6152 commits

Author SHA1 Message Date
Derek Williams
997151e49c Improve pattern matching within for comprehensions with Future 2011-04-24 16:05:28 -06:00
Derek Williams
7613d8e2c4 Fix continuation dependency. Building from clean project was causing errors 2011-04-24 14:07:04 -06:00
Derek Williams
e74aa8f09f Add documentation to Future.flow and Future.apply 2011-04-23 12:57:28 -06:00
Derek Williams
2c9a813eb6 Refactor Future.flow 2011-04-23 11:53:51 -06:00
Derek Williams
5dfc416607 make test more aggressive 2011-04-23 09:21:04 -06:00
Derek Williams
530be7b95d Fix CompletableFuture.<<(other: Future) to return a Future instead of the result 2011-04-23 09:14:20 -06:00
Derek Williams
b692a8c5dd Use simpler annotation 2011-04-23 07:49:06 -06:00
Derek Williams
62c3419f31 Remove redundant Future 2011-04-23 07:43:44 -06:00
Derek Williams
eecfea5c5e Add additional test to make sure Future.flow does not block on long running Futures 2011-04-23 07:42:30 -06:00
Derek Williams
120f12d739 Adding delimited continuations to Future 2011-04-22 16:39:21 -06:00
Viktor Klang
b1db0f42d5 Merge branch 'master' of github.com:jboner/akka 2011-04-21 11:26:11 +02:00
Viktor Klang
f804340a12 Tweaked the migration guide documentation 2011-04-21 11:25:56 +02:00
Heiko Seeberger
cff4ca7732 Removed OSGi from all modules except for akka-actor. Added OSGi example. 2011-04-21 11:22:31 +02:00
Peter Vlugter
83cac71aad Added a little to meta-docs 2011-04-21 13:34:26 +12:00
Patrik Nordwall
66c7c31fbb Additional improvement of documentation of dispatchers 2011-04-20 21:33:03 +02:00
Patrik Nordwall
fc76062917 Improved documentation of dispatchers 2011-04-20 21:13:39 +02:00
Patrik Nordwall
be4c0ec90b Merge branch 'master' of github.com:jboner/akka 2011-04-20 20:49:23 +02:00
Jonas Bonér
aefbace03c Merge branch 'eclipse-tutorial' 2011-04-20 18:37:39 +02:00
Jonas Bonér
eb9f1f4396 Added Iulian's Akka Eclipse tutorial with some minor edits of Jonas 2011-04-20 18:36:49 +02:00
Viktor Klang
392c947826 Deprecating methods as discussed on ML 2011-04-20 12:56:42 +02:00
Viktor Klang
a18471520d Updating most of the migration docs, added a _general_ section of the docs 2011-04-20 12:03:54 +02:00
Viktor Klang
e18127d966 Adding Devoxx talk to docs 2011-04-20 11:08:54 +02:00
Viktor Klang
634252cdc2 Merge branch 'master' of github.com:jboner/akka 2011-04-20 11:08:35 +02:00
Viktor Klang
46b646842a Two birds with one stone, fixing #791 and #792 2011-04-20 10:29:11 +02:00
Jonas Bonér
05f635cfba Merge branch 'master' of github.com:jboner/akka 2011-04-20 10:04:54 +02:00
Peter Vlugter
df4ba5d3bd Add meta-docs 2011-04-20 19:49:06 +12:00
Jonas Bonér
6e6cd140ea Merge branch 'master' of github.com:jboner/akka 2011-04-20 09:29:29 +02:00
Jonas Bonér
5e86f2ee81 incorporated feedback on the java tutorial 2011-04-20 09:24:19 +02:00
Peter Vlugter
bb8dca5b88 Try reorganised docs 2011-04-20 18:02:11 +12:00
Peter Vlugter
0f436f0738 Fix bug in actor pool round robin selector 2011-04-20 16:12:51 +12:00
Peter Vlugter
2f7b7b060e Fix another Predef.error warning 2011-04-20 15:13:43 +12:00
Peter Vlugter
21c1aa2f25 Simplify docs html links for now 2011-04-20 14:59:16 +12:00
Peter Vlugter
8cbcbd3793 Add configuration to docs 2011-04-20 14:28:22 +12:00
Peter Vlugter
c8003e321c Add building akka page to docs 2011-04-20 14:09:48 +12:00
Peter Vlugter
2e356ac0b1 Add the why akka page to the docs 2011-04-20 13:38:36 +12:00
Patrik Nordwall
c518f4d5bc Merge branch 'master' of github.com:jboner/akka 2011-04-19 22:19:56 +02:00
Patrik Nordwall
c0b4d6bfa9 fixed small typos 2011-04-19 22:19:27 +02:00
Jonas Bonér
95cf98ccad Fixed some typos 2011-04-19 13:13:36 -07:00
Jonas Bonér
345f2f1c36 Fixed some typos 2011-04-19 13:13:05 -07:00
Patrik Nordwall
75309c6edd removed old commented line 2011-04-19 20:31:49 +02:00
Viktor Klang
804245b172 Merge branch 'master' of github.com:jboner/akka 2011-04-19 14:16:12 +02:00
Jonas Bonér
90d6844b4a Added missing semicolon to Pi.java 2011-04-19 14:05:53 +02:00
Jonas Bonér
a1cd8a9f37 Corrected wrong URI to source file. 2011-04-19 04:32:04 -07:00
Jonas Bonér
902fe7be0c Cleaned up formatting in tutorials 2011-04-19 13:29:22 +02:00
Viktor Klang
4283d0cee9 Merge branch 'master' of github.com:jboner/akka 2011-04-19 13:27:31 +02:00
Viktor Klang
f2254a48cb Putting RemoteActorRefs on a diet 2011-04-19 13:27:15 +02:00
Jonas Bonér
51a075b34c Added Maven project file to first Java tutorial 2011-04-19 13:14:11 +02:00
Jonas Bonér
04f2767176 Added Java version of first tutorial + polished Scala version as well 2011-04-19 13:12:37 +02:00
Peter Vlugter
427a6cf63e Rework routing spec - failing under jenkins 2011-04-19 17:45:01 +12:00
Peter Vlugter
897504f973 Make includecode directive python 2.6 friendly 2011-04-19 14:40:04 +12:00