No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
(local-messenger)
(pub->sub! {:as subscriber :keys [f]} msg)
(publish! node publisher msg)
(publish!* {:as publisher :keys [addr]} node msg)
(publisher addr opts)
(requestor addr opts)
(respond! {:as responder :keys [f]} {:as enveloped-msg :keys [msg reply-to]})
(responder addr f opts)
(response! {:as requestor :keys [promises]} id res)
(send* msgr f & args)
(send-request! node requestor msg)
(send-request!* {:as requestor :keys [addr promises]} node msg res)
(subscriber id addr f opts)
cljdoc is a website building & hosting documentation for Clojure/Script libraries