pekko/akka-docs/scala/code/akka/docs/actor
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
..
ActorDocSpec.scala move all Ask stuff to akka.pattern 2012-01-20 15:45:53 +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 Creating TypedProps and implementing support for wrapping an arbitrary ActorRef as a TypedActor 2012-01-16 14:11:29 +01:00
UnnestedReceives.scala Added copyright header to all samples in docs. Fixes #1531 2011-12-19 11:07:59 +01:00