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