dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
demonitor
my
actor
msg
Remove
self
as a monitor of the actor using
sendTo
.
@
safe
void
demonitor
(
AddressT0
AddressT1
)
(
AddressT0
self
,
AddressT1
sendTo
)
if
(
(
isActor
!
AddressT0
||
isAddress
!
AddressT0
)
&&
(
isActor
!
AddressT1
||
isAddress
!
AddressT1
)
)
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
Remove self as a monitor of the actor using sendTo.