Liking cljdoc? Tell your friends :D

ss.loop


*id->stop-channels-setclj/s

source

add-stateclj/s

(add-state id stop-ch)
source

cleanup-stateclj/s

(cleanup-state id stop-ch)
source

go-loopclj/smacro

(go-loop bindings & body)
source

new-random-uuidclj/s

(new-random-uuid)
source (clj)source (cljs)

(print-info v)
source

stopclj/s

(stop id)

Stop a loop by id. Returns true if the loop exists, nil otherwise

Stop a loop by id. Returns true if the loop exists, nil otherwise
sourceraw docstring

stop-allclj/s

(stop-all)

Stops all loops. Returns true.

Stops all loops. Returns true.
sourceraw docstring

stop-loopclj/s

(stop-loop [id stop-channels-set])
source

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

× close