ActorSystem

Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
scopedActor
Aid scopedActor()

Spawn a scoped actor that can be used by the local thread/context to send/receive messages.

spawn
Aid spawn()

Spawn a new actor with the behavior Behavior.

spawn
Aid spawn(StateT state)

Spawn a new stateful actor with the behavior Behavior and state State.

systemStat
Stat systemStat()

Statistics about the actor system.

Structs

Stat
struct Stat

Statistics about the actor system that is only updated in debug build.

Meta