dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
capture
my
actor
msg
Undocumented in source. Be warned that the author may not have intended to support it.
Capture
!
T
capture
(T args)
Capture
!
T
capture
(
T
...
)
(
auto
ref
T
args
)
if
(
!
is
(
T
[0] ==
RequestSendThen
) &&
!
is
(
T
[0] ==
TypedRequestSendThen
!(
TAddress
,
Params
),
TAddress
Params
...
)
)
auto
capture
(RequestSendThen r, Captures captures)
auto
capture
(TR r, Captures captures)
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