my.actor.common

Members

Enums

ExitReason
enum ExitReason

A special kind of error codes are exit reasons of actors. These errors are usually fail states set by the actor system itself. The two exceptions are

SystemError
enum SystemError

Errors that occur in the actor system.

Functions

makeSignature
ulong makeSignature()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Queue
struct Queue(RawT)

Multiple producer, "single" consumer thread safe queue.

Meta

Authors

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