pekko/akka-docs/scala/code/akka/docs
Roland 020c6b61da move all Ask stuff to akka.pattern
- remove ?(msg, timeout), should always use ?(msg)(timeout) because of
  Scala’s only Martin-acknowledged design flaw of being able to pass
  tuples into single-arg methods without adding another pair of parens
- put a provider into all actor refs, because they all are created by
  and associated with one
- treat all terminated refs equally: tell(msg) and return broken promise
2012-01-20 15:45:53 +01:00
..
actor move all Ask stuff to akka.pattern 2012-01-20 15:45:53 +01:00
agent Add copyright header to agent examples 2011-12-20 11:07:59 +13:00
dispatcher DOC: Fixed wrong documentation of bounded mailbox, mailbox-capacity should be used, not task-queue-type. See #1601 2012-01-03 10:03:58 +01:00
event incorporate review feedback 2012-01-13 13:50:42 +01:00
extension Adding Java docs for Serialization, and discovered some flaws with the Java API, that have been fixed 2011-12-30 22:06:41 +01:00
future move everything into package akka.pattern 2012-01-18 10:18:51 +01:00
routing Merge remote-tracking branch 'origin/master' into wip-1581-patterns-ask 2012-01-18 14:20:13 +01:00
serialization Adding Java docs for Serialization, and discovered some flaws with the Java API, that have been fixed 2011-12-30 22:06:41 +01:00
testkit move everything into package akka.pattern 2012-01-18 10:18:51 +01:00
transactor move everything into package akka.pattern 2012-01-18 10:18:51 +01:00