Liking cljdoc? Tell your friends :D

superlifter.api


*instance*clj/s

source

add-bucket!clj/s

(add-bucket! p id opts-fn)
source

def-fetchercljmacro

(def-fetcher sym bindings do-fetch-fn)
source

def-superfetchercljmacro

(def-superfetcher sym bindings do-fetch-fn)
(def-superfetcher sym bindings do-fetch-fn do-multi-match-fn do-missing-fn)
source

enqueue!clj/s≠

clj
(enqueue! context muse)
(enqueue! context bucket-id muse)
cljs
(enqueue! & args)

Enqueues a muse describing work to be done and returns a promise which will be delivered with the result of the work. The muses in the queue will all be fetched together when the trigger condition is met.

Enqueues a muse describing work to be done and returns a promise which will be delivered with the result of the work.
The muses in the queue will all be fetched together when the trigger condition is met.
sourceraw docstring

fetch!clj/s≠

clj
(fetch! context)
(fetch! context bucket-id)
cljs
(fetch! & args)

Performs a fetch of all muses in the queue for the given bucket, or the default bucket if not specified

Performs a fetch of all muses in the queue for the given bucket, or the default bucket if not specified
sourceraw docstring

fetch-all!clj/s≠

clj
(fetch-all! context)
cljs
(fetch-all! & args)

Performs a fetch of all muses in the queues of all buckets

Performs a fetch of all muses in the queues of all buckets
sourceraw docstring

start!clj/s

source

stop!clj/s

source

unwrapclj/s

(unwrap p)
(unwrap f p)
source

update-trigger!clj/s

(update-trigger! p bucket-id trigger-kind opts-fn)
source

with-superliftercljmacro

(with-superlifter instance & body)
source

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

× close