Documentation
Tagion
Request
tagion
actor
actor
Undocumented in source.
@
safe
struct
Request (
string
name
ID
=
uint
) {
Msg
!
name
msg
;
ID
id
;
string
task_name
;
void
respond
(Args args);
}
Members
Functions
respond
void
respond
(Args args)
Send back some data to the task who sent the request
tagion
actor
actor
aliases
CtrlMsg
functions
control
end
fail
ownerTerminated
runTimeout
sendOwner
setState
unknown
structs
ActorHandle
Msg
Request
Response
templates
isSpawnable
variables
isActor