protocol and a default implementation of a control
that enables
multiple threads to co-ordinate life cycle events, like
termination (close), kill (abort) and timeout.
protocol and a default implementation of a `control` that enables multiple threads to co-ordinate life cycle events, like termination (close), kill (abort) and timeout.
(abort! this)
(cleanup! this)
(close! this)
(monitor! {:keys [close-chan abort-chan timeout-chan p] :as ctrl})
(new-control)
(new-control timeout-ms)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close