System

Undocumented in source.

Constructors

this
this(TaskPool pool, bool ownsPool)
Undocumented in source.
this
this(SystemConfig conf, TaskPool pool, bool ownsPool)

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

shutdown
void shutdown()

Shutdown all actors as fast as possible.

spawn
auto spawn(Fn fn, Args args)

spawn typed actor.

spawn
WeakAddress spawn(Fn fn, Args args)

spawn dynamic actor.

wait
void wait()

Wait for all actors to finish (terminate) before returning.

Meta