Liking cljdoc? Tell your friends :D

matrix-protocol.reiterate


event-loopclj/s

(event-loop params)
(event-loop params callback)
(event-loop params timeout callback)
(event-loop params func timeout callback)

repeatedly call function (sync by default) calling callback to process the response,

repeatedly call function (sync by default) calling callback to process the response, 
raw docstring

merge-chunksclj/s

(merge-chunks chunk1 chunk2)

messages-untilclj/s

(messages-until {:keys [access_token] :as params} test-fn)
(messages-until params test-fn callback)

Keep fetching until user test condition it matched

Keep fetching until user test condition it matched
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close