| Age | Commit message (Collapse) | Author |
|
This change makes the behavior for spawning and stopping a child actor
more consistent and better specified in the documentation.
|
|
This change adds support for spawning anonymous children in an
ActorContext. This means a name does not have to be specified when
spawning an actor.
|
|
This change adds support for tracking termination of actors in the
system.
|
|
This change formats the code according to the style guide of Ktlint.
|
|
This change adds a testkit for synchronously testking Behavior
implementations.
|