Liking cljdoc? Tell your friends :D
Clojure only.

com.atomist.automation.restart


with-restartclj

(with-restart create-fn destroy-fn send-fn)

manage a reconnect semantics for some connection thingy params create-fn - CONNECT unary function destroy-fn - DISCONNECT function (fn [channel]) send-fn - notify automation client about new connection

manage a reconnect semantics for some connection thingy
params
  create-fn  - CONNECT unary function
  destroy-fn - DISCONNECT function (fn [channel])
  send-fn    - notify automation client about new connection
sourceraw docstring

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

× close