autoformat ~master (2021-06-01T21:25:09Z)
Dub
Repo
ActorSystem.Stat
my
actor
ActorSystem
Statistics about the actor system that is only updated in debug build.
struct
ActorSystem
static
struct
Stat {
long
putCnt
;
long
removeCnt
;
long
spawnCnt
;
}
Members
Variables
putCnt
long
putCnt
;
Undocumented in source.
removeCnt
long
removeCnt
;
Undocumented in source.
spawnCnt
long
spawnCnt
;
Undocumented in source.
Meta
Source
See Implementation
my
actor
ActorSystem
functions
length
scopedActor
spawn
systemStat
postblits
this(this)
structs
Stat
Statistics about the actor system that is only updated in debug build.