Liking cljdoc? Tell your friends :D

deercreeklabs.async-utils


<?clj/smacro

(<? ch-expr)
source (clj)source (cljs)

<??clj/smacro

(<?? ch-expr)
source (clj)source (cljs)

alts?clj/smacro

(alts? chs-expr)
source (clj)source (cljs)

alts??clj/smacro

(alts?? chs-expr)
source (clj)source (cljs)

Channelclj/s

source

channel?clj/s

(channel? x)
source

checkclj/s

(check v)
source

goclj/s≠macro

clj
(go & body)
cljs
(go &form &env & body)
source (clj)source (cljs)

go-helper*clj/smacro

(go-helper* ex-type body)
source (clj)source (cljs)

if-cljsclj/smacro

(if-cljs then else)

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
source (clj)source (cljs)raw docstring

test-asyncclj/s≠

clj
(test-async test-ch)
(test-async timeout-ms test-ch)
cljs
(test-async G__15980)
(test-async G__15984 G__15985)

Inputs: ([test-ch :- Channel] [timeout-ms :- s/Num test-ch :- Channel]) Returns: s/Any

Inputs: ([test-ch :- Channel] [timeout-ms :- s/Num test-ch :- Channel])
Returns: s/Any
sourceraw docstring

test-async*clj/s

(test-async* timeout-ms test-ch)

Inputs: [timeout-ms :- s/Num test-ch :- Channel] Returns: s/Any

Inputs: [timeout-ms :- s/Num test-ch :- Channel]
Returns: s/Any
sourceraw docstring

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

× close