dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
delayedSend
my
actor
msg
Trigger the message in the future.
void
delayedSend
(AddressT sendTo, SysTime delayTo, Args args)
@
trusted
void
delayedSend
(
AddressT
Args
...
)
(
AddressT
sendTo
,
SysTime
delayTo
,
auto
ref
Args
args
)
if
(
is
(
AddressT
==
WeakAddress
) ||
is
(
AddressT
==
StrongAddress
)
||
is
(
AddressT
==
Actor
*)
)
void
delayedSend
(T sendTo, SysTime delayTo, Args args)
Meta
Source
See Implementation
my
actor
msg
aliases
CSelf
Capture
delay
enums
isActor
isAddress
isCapture
isDynamicAddress
isFirstParamCtx
functions
capture
delayedSend
demonitor
infTimeout
linkTo
monitor
request
send
sendExit
sendSystemMsg
sendSystemMsgIfEmpty
then
thenUnsafe
timeout
unlinkTo
structs
RequestSend
RequestSendThen
Trigger the message in the future.