my.actor.system

Public Imports

my.actor.typed
public import my.actor.typed;
my.actor.actor
public import my.actor.actor : Actor, build, makePromise, Promise, scopedActor, impl;
my.actor.mailbox
public import my.actor.mailbox : Address, makeAddress2, WeakAddress;
my.actor.msg
public import my.actor.msg;

Members

Functions

makeSystem
System makeSystem(TaskPool pool)
Undocumented in source. Be warned that the author may not have intended to support it.
makeSystem
System makeSystem()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

System
struct System
Undocumented in source.
SystemConfig
struct SystemConfig
Undocumented in source.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)