Liking cljdoc? Tell your friends :D

cljs-async.core


*routes*cljs

source

<!clj/smacro

(<! & args)
source

<?clj/smacro

(<? & args)
source

<?*clj/smacro

(<?* ch handler)
(<?* ch predicate? handler)

repeatedly consumes

repeatedly consumes
sourceraw docstring

<?_clj/smacro

(<?_ ch & body)

like <? but swallow data by wrapping the body inside a function

like <? but swallow data by wrapping the body inside a function
sourceraw docstring

>!clj/smacro

(>! & args)
source

alt!clj/smacro

(alt! & args)
source

alts!clj/smacro

(alts! & args)
source

amixclj/smacro

(amix & args)
source

append-error-messagecljs

(append-error-message err msg)
source

chanclj/smacro

(chan & args)
source

cljs-env?clj

(cljs-env? env)

Take the &env from a macro, and tell whether we are expanding into cljs.

Take the &env from a macro, and tell whether we are expanding into cljs.
sourceraw docstring

error?clj/smacro

(error? v)
source

get-route-chcljs

(get-route-ch route-key)
source

get-route-pubcljs

(get-route-pub route-key)
source

goclj/smacro

(go & args)
source

go-loopclj/smacro

(go-loop & args)
source

go-tryclj/smacro

(go-try & args)
source

into*clj/smacro

(into* & args)
source

map*clj/smacro

(map* & args)
source

merge*clj/smacro

(merge* & args)
source

mixclj/smacro

(mix & args)
source

not-error?clj/smacro

(not-error? v)
source

pipelineclj/smacro

(pipeline & args)
source

pipeline-asyncclj/smacro

(pipeline-async & args)
source

pipeline-blockingclj/smacro

(pipeline-blocking & args)
source

promise-chanclj/smacro

(promise-chan & args)
source

pubclj/smacro

(pub & args)
source

pushcljs

(push route-key handler-key data)
source

put!clj/smacro

(put! & args)
source

reduce*clj/smacro

(reduce* & args)
source

reg-routecljs

(reg-route route-key ch pub)
source

solo-modeclj/smacro

(solo-mode & args)
source

splitclj/smacro

(split & args)
source

subclj/smacro

(sub & args)
source

subscribecljs

(subscribe route-key handler-class ch)
source

take!clj/smacro

(take! & args)
source

take*clj/smacro

(take* & args)
source

timeoutclj/smacro

(timeout & args)
source

to-chanclj/smacro

(to-chan & args)
source

toggleclj/smacro

(toggle & args)
source

transduce*clj/smacro

(transduce* & args)
source

unsubclj/smacro

(unsub & args)
source

when-cljsclj/smacro

(when-cljs then)

Return then if we are generating cljs code and else for Clojure code. https://groups.google.com/d/msg/clojurescript/iBY5HaQda4A/w1lAQi9_AwsJ

Return then if we are generating cljs code and else for Clojure code.
https://groups.google.com/d/msg/clojurescript/iBY5HaQda4A/w1lAQi9_AwsJ
sourceraw docstring

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

× close