- build (from my.actor.actor)
BuildActor build(Actor* a) via public
import my.actor.actor : Actor, build, makePromise, Promise, scopedActor, impl;
Undocumented in source.
- impl (from my.actor.actor)
Actor* impl(Actor* self, Behavior behaviors) via public
import my.actor.actor : Actor, build, makePromise, Promise, scopedActor, impl;
- makeAddress2 (from my.actor.mailbox)
StrongAddress makeAddress2() via public
import my.actor.mailbox : Address, makeAddress2, WeakAddress;
Undocumented in source.
- makePromise (from my.actor.actor)
auto makePromise() via public
import my.actor.actor : Actor, build, makePromise, Promise, scopedActor, impl;
Undocumented in source.
- makeSystem
System makeSystem()
Undocumented in source. Be warned that the author may not have intended to support it.
- makeSystem
System makeSystem(TaskPool pool)
Undocumented in source. Be warned that the author may not have intended to support it.
- scopedActor (from my.actor.actor)
ScopedActor scopedActor() via public
import my.actor.actor : Actor, build, makePromise, Promise, scopedActor, impl;
Undocumented in source.