Liking cljdoc? Tell your friends :D

std.scheduler.common


all-idsclj

(all-ids f runner)

returns all running program ids

returns all running program ids
raw docstring

gen-spawncljmacro

(gen-spawn & pairs)

generates a spawn/runtime forms

generates a spawn/runtime forms
raw docstring

gen-spawn-allcljmacro

(gen-spawn-all & pairs)

generates all spawn/runiime forms

generates all spawn/runiime forms
raw docstring

kill-runtimeclj

(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))
raw docstring

new-runtimeclj

(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))
raw docstring

spawn-all-formclj

(spawn-all-form [sym spawn-sym])

generates all forms

generates all forms
raw docstring

spawn-formclj

(spawn-form [sym spawn-sym])

generate a spawn/runtime form

generate a spawn/runtime form
raw docstring

stop-runtimeclj

(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))
raw docstring

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

× close