ActorSystem.Stat

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

struct ActorSystem
static
struct Stat {}

Members

Variables

putCnt
long putCnt;
Undocumented in source.
removeCnt
long removeCnt;
Undocumented in source.
spawnCnt
long spawnCnt;
Undocumented in source.

Meta