dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
RequestSendThen
my
actor
msg
Undocumented in source.
package
struct
RequestSendThen {
RequestSend
rs
;
Msg
msg
;
this(this)
;
this
(typeof(this) rhs);
}
Constructors
this
this
(typeof(this) rhs)
Copy constructor
Postblit
this(this)
this(this)
Undocumented in source.
Members
Variables
msg
Msg
msg
;
Undocumented in source.
rs
RequestSend
rs
;
Undocumented in source.
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