pekko/akka-docs/scala/code
Patrik Nordwall 3204269f6a Cleanup of methods in Actor and ActorContext trait. See #1377
* Added JavaActorContext, UntypedActor.getContext
* implicit val context in Actor needs to be implicit to support forward,
it would be nice if it wasn't implicit because now I can't override context
in UntypedActor
* Removed implicit def system in Actor
* Removed implicit def defaultTimeout in Actor
* Removed receiveTimeout, children, dispatcher, become, unbecome, watch,
unwatch in Actor
* Removed corresponding as above from UntypedActor
* Removed implicit from dispatcher in ActorSystem
* Removed implicit def timeout in TypedActor
* Changed receiveTimeout to use Duration (in api)
* Changed many tests and samples to match new api
2011-12-06 09:50:16 +01:00
..
ActorDocSpec.scala Cleanup of methods in Actor and ActorContext trait. See #1377 2011-12-06 09:50:16 +01:00
StmDocSpec.scala Begin using compiled code examples in the docs. See #781 2011-10-05 17:41:29 +02:00