Actor.register

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void register(ulong signature, Closure!(MsgHandler, void*) handler)
    struct Actor
    package package @trusted
    void
    register
    (
    ulong signature
    ,
    Closure!(MsgHandler, void*) handler
    )
  2. void register(ulong signature, Closure!(RequestHandler, void*) handler)
  3. void register(ulong replyId, SysTime timeout, Closure!(ReplyHandler, void*) reply, ErrorHandler onError)

Meta