dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
delayedSend
my
actor
msg
Undocumented in source. Be warned that the author may not have intended to support it.
void
delayedSend
(AddressT sendTo, SysTime delayTo, Args args)
void
delayedSend
(T sendTo, SysTime delayTo, Args args)
void
delayedSend
(
T
Args
...
)
(
T
sendTo
,
SysTime
delayTo
,
auto
ref
Args
args
)
if
(
(
isTypedAddress
!
T
||
isTypedActorImpl
!
T
)
&&
typeCheckMsg
!(
T
,
void
,
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