Commit graph

17 commits

Author SHA1 Message Date
Jonas Bonér
a221722c41 Fixed minor typos in the futures docs.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-02-03 16:31:31 +01:00
Viktor Klang
96412ba1ad Adding ExecutionContext docs for futures, and adding a Java-friendly ExecutionContexts object 2012-02-03 10:35:05 +01:00
Viktor Klang
8193e61aee Renaming tryRecover to recoverWith as in SIP14, adding parameter to foreach 2012-02-03 09:25:56 +01:00
Viktor Klang
815245a133 Merging with master 2012-01-31 17:56:49 +01:00
Viktor Klang
92426a82d9 Renaming Future.or to fallbackTo 2012-01-31 17:19:38 +01:00
Viktor Klang
aa1c7ea9b9 Adding java documentation for andThen, recover and tryRecover 2012-01-31 16:00:46 +01:00
Viktor Klang
5483dacaba Adding Future docs for Java API 2012-01-24 16:31:20 +01:00
Patrik Nordwall
ff35ae9e37 Minor corrections from review comments 2011-12-15 23:43:04 +01:00
Patrik Nordwall
da24cb03fd DOC: Update Future (Java) Chapter. See #1487 2011-12-15 22:31:12 +01:00
Patrik Nordwall
884dc43a7d DOC: Replace all akka.conf references. Fixes #1469
* Let us use :ref:`configuration` in all places to refer to the configuration.
2011-12-09 13:27:27 +01:00
Jonas Bonér
db8a20ea37 Changed all 'def foo(): Unit = { .. }' to 'def foo() { .. }' 2011-09-27 17:41:02 +02:00
Viktor Klang
04729bcbc3 Renaming sendOneWay to tell, closing ticket #1072 2011-08-01 17:07:12 +02:00
Viktor Klang
fd5afde4ff Adding 'ask' to replace 'sendRequestReplyFuture' and removing sendRequestReply 2011-06-13 13:28:29 +02:00
Viktor Klang
5b54de7f48 Changing signature of traverse and sequence to return java.lang.Iterable, updated docs as well, closing #847 2011-05-11 13:29:29 +02:00
Viktor Klang
0896807cab Adding docs for Futures.traverse and fixing imports 2011-05-10 18:56:46 +02:00
Viktor Klang
f3b6e535cf Adding future docs for fold and reduce for both Java and Scala API 2011-05-10 18:21:45 +02:00
Viktor Klang
207a3743f5 Adding Future docs for Java API and fixing warning for routing.rst 2011-05-10 16:48:33 +02:00