ActorAlloc

Assuming that the System instance ensure that only actors creating with the allocator are deallocated. If everything goes OK it means that an actor reach the state shutdown and is then disposed of by System.

Members

Aliases

allocator_
alias allocator_ = Mallocator.instance
Undocumented in source.

Functions

dispose
void dispose(Actor* a)
Undocumented in source. Be warned that the author may not have intended to support it.
make
Actor* make(StrongAddress addr)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

Sz
enum Sz;
Undocumented in source.

Meta