RedisSubscriberImpl.blisten

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void blisten(void delegate(string, string) @(safe) onMessage, Duration timeout)
    class RedisSubscriberImpl
    void
    blisten
    (
    void delegate
    (
    string
    ,
    string
    )
    @safe
    onMessage
    ,
    Duration timeout = 0.seconds
    )
  2. void blisten(void delegate(string, string) @(system) onMessage, Duration timeout)

Meta