Liking cljdoc? Tell your friends :D

dgknght.app-lib.busy


+busycljs

(+busy state)
(+busy state k)

Given a state map, increment the :bg-proc-count value, indicating another background process has been started.

The state map can be wrapped in an atom or other derefable type, or it can be a simple clojure map.

Given a state map, increment the :bg-proc-count value, indicating
another background process has been started.

The state map can be wrapped in an atom or other derefable type, or
it can be a simple clojure map.
sourceraw docstring

-busycljs

(-busy state)
(-busy state k)

Given a state map, decrement the :bg-proc-count value, indicating another background process has completed..

The state map can be wrapped in an atom or other derefable type, or it can be a simple clojure map.

Given a state map, decrement the :bg-proc-count value, indicating
another background process has completed..

The state map can be wrapped in an atom or other derefable type, or
it can be a simple clojure map. 
sourceraw docstring

busycljs

(busy state)

Given a state atom, create a derefable value that indicates whether or not the application is running any background processes.

Given a state atom, create a derefable value that indicates whether or not
the application is running any background processes.
sourceraw docstring

derefable-applycljs

(derefable-apply target f)
source

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

× close