tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
spawn
tagion
actor
actor
Undocumented in source. Be warned that the author may not have intended to support it.
ActorHandle
spawn
(immutable(A) actor, string name, Args args)
@
safe
@
safe
nothrow
ActorHandle
spawn
(
A
Args
...
)
(
immutable
(
A
)
actor
,
string
name
,
Args
args
)
if
(
isActor
!
A
&&
isSpawnable
!(
typeof
(
A.task
),
Args
)
)
ActorHandle
spawn
(string name, Args args)
Meta
Source
See Implementation
tagion
actor
actor
aliases
CtrlMsg
enums
Ctrl
Sig
functions
_spawn
control
end
fail
ownerTerminated
run
runTimeout
sendOwner
setState
signal
spawn
statusChildren
tidOwner
unknown
waitforChildren
static variables
taskfailure
thisActor
structs
ActorHandle
Msg
Request
Response
templates
isSpawnable
variables
isActor
isFailHandler