pekko/akka-docs/scala/code/akka/docs
Roland 9c762dec20 polish “ask” pattern, see #1581
- move package objects into their respective package.scala file in the
  right directories
- make implicit conversion as well as explicit facility available under
  the same name akka.patterns.ask for easy import
- revert the logic to produce the Promise for the PromiseActorRef within
  the ActorRefProvider; supporting wrapping of external Promises does
  not seem to justify doing needless extra allocations in case of
  failure
- add scaladocs
- factor out “def provider” into trait ActorRefWithProvider, as it
  didn’t feel right attaching this information “by exception” to
  MinimalActorRef
2012-01-17 17:35:33 +01:00
..
actor polish “ask” pattern, see #1581 2012-01-17 17:35:33 +01:00
agent Add copyright header to agent examples 2011-12-20 11:07:59 +13:00
dispatcher Updated documentation. See #1458 2011-12-21 21:24:57 +01:00
event document EventStream, see #1507 2011-12-30 00:00:25 +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 polish “ask” pattern, see #1581 2012-01-17 17:35:33 +01:00
routing akka.patterns.ask everywhere 2012-01-01 22:23:19 -08: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 akka.patterns.ask everywhere 2012-01-01 22:23:19 -08:00
transactor akka.patterns.ask everywhere 2012-01-01 22:23:19 -08:00