- capture
Capture!T capture(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- capture
auto capture(RequestSendThen r, Captures captures)
Undocumented in source. Be warned that the author may not have intended to support it.
- capture
auto capture(TR r, Captures captures)
Undocumented in source. Be warned that the author may not have intended to support it.
- delayedSend
void delayedSend(AddressT sendTo, SysTime delayTo, Args args)
Trigger the message in the future.
- delayedSend
void delayedSend(T sendTo, SysTime delayTo, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- demonitor
void demonitor(AddressT0 self, AddressT1 sendTo)
Remove self as a monitor of the actor using sendTo.
- infTimeout
SysTime infTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.
- linkTo
void linkTo(AddressT0 self, AddressT1 sendTo)
Link the lifetime of self to the actor using sendTo.
- monitor
void monitor(AddressT0 self, AddressT1 sendTo)
Actor self will receive a DownMsg when sendTo shutdown.
- request
RequestSend request(ActorT self, WeakAddress requestTo, SysTime timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- request
TypedRequestSend!TAddress request(TActor self, TAddress sendTo, SysTime timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(AddressT sendTo, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
RequestSendThen send(RequestSend r, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(T sendTo, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
auto send(TR tr, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendExit
void sendExit(AddressT sendTo, ExitReason reason)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendSystemMsg
void sendSystemMsg(AddressT sendTo, T msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendSystemMsgIfEmpty
void sendSystemMsgIfEmpty(AddressT sendTo, T msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- then
void then(RequestSendThen r, T handler, ErrorHandler onError)
Undocumented in source. Be warned that the author may not have intended to support it.
- then
void then(TR tr, T handler, ErrorHandler onError)
Undocumented in source. Be warned that the author may not have intended to support it.
- thenUnsafe
void thenUnsafe(RequestSendThen r, T handler, void* ctx, ErrorHandler onError)
Undocumented in source. Be warned that the author may not have intended to support it.
- timeout
SysTime timeout(Duration d)
Undocumented in source. Be warned that the author may not have intended to support it.
- unlinkTo
void unlinkTo(AddressT0 self, AddressT1 sendTo)
Remove the link between self and the actor using sendTo.