dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
System.spawn
my
actor
system
System
spawn dynamic actor.
WeakAddress
spawn
(Fn fn, Args args)
struct
System
WeakAddress
spawn
(
Fn
Args
...
)
(
Fn
fn
,
auto
ref
Args
args
)
if
(
is
(
Parameters
!
Fn
[0] ==
Actor
*) &&
is
(
ReturnType
!
Fn
==
Actor
*)
)
auto
spawn
(Fn fn, Args args)
Meta
Source
See Implementation
my
actor
system
System
constructors
this
destructors
~this
functions
shutdown
spawn
wait
postblits
this(this)
spawn dynamic actor.