(get-worker name)Return the worker entry for name, or nil.
Return the worker entry for `name`, or nil.
(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.
(registry-snapshot)Return the raw registry map (name->entry).
Return the raw registry map (name->entry).
(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).
(worker-exists? name)True if a worker with name (string/keyword) is registered.
True if a worker with `name` (string/keyword) is registered.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |