dextool v4.0.0 (2021-09-08T15:39:18Z)
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)
@
trusted
void
send
(
AddressT
Args
...
)
(
AddressT
sendTo
,
auto
ref
Args
args
)
if
(
isDynamicAddress
!
AddressT
||
is
(
AddressT
==
Actor
*)
)
RequestSendThen
send
(RequestSend r, Args args)
void
send
(T sendTo, Args 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