Liking cljdoc? Tell your friends :D

std.dispatch.hub


+defaults+clj


create-debounceclj

(create-debounce {:keys [options] :as dispatch})

creates the debounce executor

creates the debounce executor
raw docstring

create-dispatchclj

(create-dispatch {:keys [hooks options] :as m})

creates the hub executor

;; Non Sorted (->> (test-scaffold +test-config+ 20 5 5) second (map :id) (sort)) => (range 25)

creates the hub executor

;; Non Sorted
(->> (test-scaffold +test-config+ 20 5 5)
     second
     (map :id)
     (sort))
=> (range 25)
raw docstring

create-dispatch-typecheckclj


create-hub-handlerclj

(create-hub-handler {:keys [runtime] :as dispatch})

creates the hub handler

creates the hub handler
raw docstring

info-dispatchclj

(info-dispatch dispatch _)

returns dispatch info

returns dispatch info
raw docstring

kill-dispatchclj

(kill-dispatch {:keys [runtime hooks] :as dispatch})

kills the hub executor

kills the hub executor
raw docstring

process-hubclj

(process-hub {:keys [handler options] :as dispatch} group hub)

activates on debounce submit hit

activates on debounce submit hit
raw docstring

put-hubclj

(put-hub {:keys [runtime options] :as dispatch} group entry)

puts an entry into the group hubs

puts an entry into the group hubs
raw docstring

start-dispatchclj

(start-dispatch {:keys [runtime] :as dispatch})

starts the hub executor

starts the hub executor
raw docstring

stop-dispatchclj

(stop-dispatch {:keys [runtime hooks] :as dispatch})

stops the hub executor

stops the hub executor
raw docstring

submit-dispatchclj

(submit-dispatch {:keys [options runtime] :as dispatch} entry)

submits to the hub executor

submits to the hub executor
raw docstring

update-debounce-handler!clj

(update-debounce-handler! {:keys [runtime] :as dispatch})

updates the debounce handler

updates the debounce handler
raw docstring

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

× close