(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!
(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
(stop-all)
Stops all loops. Returns true.
Stops all loops. Returns true.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close