Liking cljdoc? Tell your friends :D

sweet-tooth.frontend.sync.flow

Sync provides a layer of indirection between requests to read/write data and the mechanism for handling the request. It also provides a common interface across those mechanisms.

Sync provides a layer of indirection between requests to read/write
data and the mechanism for handling the request. It also provides a
common interface across those mechanisms.
raw docstring

new-requestclj/s

(new-request db req)

req-pathclj/s

(req-path [method resource opts])

sync-dispatch-fnclj/s

(sync-dispatch-fn cofx)

sync-event-fxclj/s

(sync-event-fx cofx req)

sync-failclj/s

(sync-fail db [_ req])

sync-fail-handlerclj/s

(sync-fail-handler req [handler-key & args :as dispatch-sig])

sync-finishedclj/s

(sync-finished db req status)

sync-successclj/s

(sync-success db [_ req])

sync-success-handlerclj/s

(sync-success-handler req [handler-key & args :as dispatch-sig])

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

× close