pekko/akka-docs/rst/scala/code/docs/actor
Viktor Klang cd8e97c060 +act - 15757 - Reworks implementation of ActorSystem shutdown
* deprecates awaitTermination, shutdown and isTerminated
  * introduces a terminate-method that returns a Future[Unit]
  * introduces a whenTerminated-method that returns a Future[Unit]
  * simplifies the implementation by removing blocking constructs
  * adds tests for terminate() and whenTerminated
2014-08-25 15:49:28 +02:00
..
ActorDocSpec.scala =all #3858 Make case classes final 2014-03-07 13:20:01 +01:00
FaultHandlingDocSample.scala +act - 15757 - Reworks implementation of ActorSystem shutdown 2014-08-25 15:49:28 +02:00
FaultHandlingDocSpec.scala Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
FSMDocSpec.scala =all #3858 Make case classes final 2014-03-07 13:20:01 +01:00
InitializationDocSpec.scala Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
SchedulerDocSpec.scala Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
TypedActorDocSpec.scala +doc #15537 add Typed router pattern 2014-07-15 10:22:23 +02:00
UnnestedReceives.scala Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00