pekko/akka-docs/scala/code/akka/docs/actor
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
..
ActorDocSpec.scala polish “ask” pattern, see #1581 2012-01-17 17:35:33 +01:00
FaultHandlingDocSpec.scala Added copyright header to all samples in docs. Fixes #1531 2011-12-19 11:07:59 +01:00
SchedulerDocSpec.scala Added copyright header to all samples in docs. Fixes #1531 2011-12-19 11:07:59 +01:00
TypedActorDocSpec.scala Added copyright header to all samples in docs. Fixes #1531 2011-12-19 11:07:59 +01:00
UnnestedReceives.scala Added copyright header to all samples in docs. Fixes #1531 2011-12-19 11:07:59 +01:00