(all-ids f runner)
returns all running program ids
returns all running program ids
(gen-spawn & pairs)
generates a spawn/runtime forms
generates a spawn/runtime forms
(gen-spawn-all & pairs)
generates all spawn/runiime forms
generates all spawn/runiime forms
(kill-runtime {:keys [scheduler core] :as runtime})
kills all objects in the runtime
(kill-runtime (new-runtime))
kills all objects in the runtime (kill-runtime (new-runtime))
(new-runtime)
(new-runtime {:keys [pool]})
contructs a new runtime for runner
(def -rt- (new-runtime))
contructs a new runtime for runner (def -rt- (new-runtime))
(spawn-all-form [sym spawn-sym])
generates all forms
generates all forms
(spawn-form [sym spawn-sym])
generate a spawn/runtime form
generate a spawn/runtime form
(stop-runtime {:keys [scheduler core] :as runtime})
stops the executors in the new instance
(stop-runtime (new-runtime))
stops the executors in the new instance (stop-runtime (new-runtime))
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close