autoformat ~master (2021-10-25T19:22:28.9952778)
Dub
Repo
delayedSend
my
actor
Send a delayed message
msg
to actor
aid
.
void
delayedSend
(Aid from, Aid to, Duration delay, T params)
void
delayedSend
(
T
...
)
(
Aid
from
,
Aid
to
,
Duration
delay
,
T
params
)
void
delayedSend
(Aid from, Aid to, SysTime delay, T params)
Parameters
delay
Duration
how much to delay the message with.
Meta
Source
See Implementation
my
actor
modules
actor
mbox
typed
aliases
RcActorInfo
classes
ActorException
enums
ActorState
SpawnMode
SystemMsgType
functions
delayedSend
makeActorSystem
send
thisActorSystem
thisAid
structs
ActorInfo
ActorSystem
Aid
Send a delayed message msg to actor aid.