Liking cljdoc? Tell your friends :D
Clojure only.

gen.server


createclj

(create &
        {:keys [init handler terminate timeout linker state-getter type name]
         :or {type :server
              init (fn [process args] [:run args])
              terminate (fn [reason state process] [:terminated reason])
              handler (fn [[message from] state process] [:run state])
              linker gen.linker-storage/*linker*}
         :as args})

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

× close