class

DubHub

Inherits Reference < Object

Constructors

instance
Source

Instance methods

publish(key : String, payload : String)
Source
start

Start the PG LISTEN loop in a background fiber. Must be called once at server boot.

Source
subscribe(key : String) : Channel(String)
Source
unsubscribe(key : String, ch : Channel(String))
Source