Liking cljdoc? Tell your friends :D

agentti.registry


get-workerclj

(get-worker name)

Return the worker entry for name, or nil.

Return the worker entry for `name`, or nil.
sourceraw docstring

put-worker!clj

(put-worker! wname entry-map)

Associate entry-map under wname (string/keyword/etc). Returns entry-map.

Associate `entry-map` under `wname` (string/keyword/etc). Returns entry-map.
sourceraw docstring

registry-snapshotclj

(registry-snapshot)

Return the raw registry map (name->entry).

Return the raw registry map (name->entry).
sourceraw docstring

remove-worker!clj

(remove-worker! name)

Remove worker name from the registry. Returns the removed entry (or nil).

Remove worker `name` from the registry. Returns the removed entry (or nil).
sourceraw docstring

worker-exists?clj

(worker-exists? name)

True if a worker with name (string/keyword) is registered.

True if a worker with `name` (string/keyword) is registered.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close