(command-app get-shared-globals
enqueue-fn
reject-large-commands?
max-command-size)(remove-nil-params request)Removes key-value pairs in the request :params map when value is nil
Removes key-value pairs in the request :params map when value is nil
(with-chan [chan-sym init-chan] & body)Bind chan-sym to init-chan in the scope of the body, calling async/close! in a finally block.
(with-chan [my-chan (clojure.core.async/chan)] ...)
Bind chan-sym to init-chan in the scope of the body, calling async/close! in a finally block. (with-chan [my-chan (clojure.core.async/chan)] ...)
(with-sub {:keys [from topic chan]} & body)Subscribe chan to the given 'from' pub, in the scope of the body.
Subscribe chan to the given 'from' pub, in the scope of the body.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |