pekko/akka-actor/src/main/scala/akka/actor
2018-01-03 14:18:06 +01:00
..
dsl extended copyright into 2017 2017-01-04 17:37:15 +01:00
dungeon fix debug logging in Receptionist and TimerScheduler (#23725) 2017-09-27 15:16:01 +09:00
setup extended copyright into 2017 2017-01-04 17:37:15 +01:00
AbstractActor.scala fix up AbstractActor's Java doc. (#24212) 2018-01-03 12:51:54 +01:00
AbstractFSM.scala Avoid infinite recursion in AbstractFSM with Java on Scala 2.12 #12887 2017-05-22 15:41:19 +02:00
AbstractProps.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
Actor.scala Mark all the around hooks as internal in the api docs (#23587) 2017-09-01 14:48:10 +02:00
ActorCell.scala Implement watchWith to customize the termination msg, #18778 2017-05-05 09:13:32 +02:00
ActorDSL.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
ActorPath.scala Rename addr to address in non-public API #21874 2017-08-08 13:18:56 +02:00
ActorRef.scala =act fix null sender in FunctionRef DeathWatch notification (#24084) 2017-12-04 09:25:15 +01:00
ActorRefProvider.scala fix some compilation warnings 2017-01-25 12:34:19 +01:00
ActorSelection.scala fix some compilation warnings 2017-01-25 12:34:19 +01:00
ActorSystem.scala update java and scala doc to use the terminate method (#24233) 2018-01-03 14:18:06 +01:00
Address.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
CoordinatedShutdown.scala make it possible to disable all jvm shutdown hooks, #24077 (#24093) 2017-12-05 11:48:30 +01:00
Deployer.scala removed unnecessary new keywords 2017-01-13 12:35:05 +03:00
DynamicAccess.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
Extension.scala Add customized NPE for null actor system (#23580) 2017-09-04 16:31:43 +02:00
FaultHandling.scala improve AbstractActor, #21717 2017-01-23 18:30:52 +01:00
FSM.scala Support for Actor timers, and fix bug in FSM, #15733 2017-07-06 14:29:35 +02:00
IndirectActorProducer.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
LightArrayRevolverScheduler.scala Remove use of deprecated Scala features #22581 2017-03-27 19:05:54 +03:00
package.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
Props.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
ReflectiveDynamicAccess.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
RepointableActorRef.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
Scheduler.scala Clean up JVM shutdown hooks on actor system termination (#23514) 2017-09-28 13:03:48 +02:00
Stash.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
Timers.scala Support for Actor timers, and fix bug in FSM, #15733 2017-07-06 14:29:35 +02:00
TypedActor.scala Avoid Array.ofDim where possible #22516 2017-03-13 17:49:45 +01:00
UntypedActor.scala improve AbstractActor, #21717 2017-01-23 18:30:52 +01:00
UntypedActorWithStash.scala Convert remaining UntypedActor in docs #22182 2017-02-04 11:51:30 +05:00