Liking cljdoc? Tell your friends :D

ss.loop


*id->stop-chclj/s

source

cleanupclj/s

(cleanup id stop-ch)
source

find-exprclj/s

(find-expr k bindings)
source

go-loopclj/smacro

(go-loop bindings & body)
source

(print-info v)
source

random-uuidclj

(random-uuid)
source

remove-ksclj/s

(remove-ks ks-set bindinds)
source

start-goclj/s

(start-go start-go-fn)

start-go-fn - fn that starts a go, takes new-uuid and stop-ch; needs to take care of stopping the go via alts!

start-go-fn - fn that starts a go, takes new-uuid and stop-ch; needs to take care of stopping the go via alts!
sourceraw docstring

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-ch])
source

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

× close