Liking cljdoc? Tell your friends :D

deercreeklabs.async-utils


<?clj/smacro

(<? ch-expr)

<??clj/smacro

(<?? ch-expr)

alts?clj/smacro

(alts? chs-expr)

alts??clj/smacro

(alts?? chs-expr)

Channelclj/s


channel?clj/s

(channel? x)

checkclj/s

(check v)

goclj/s≠macro

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

go-helper*clj/smacro

(go-helper* ex-type body)

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
raw docstring

test-asyncclj/s≠

clj
(test-async test-ch)
(test-async timeout-ms test-ch)
cljs
(test-async G__15977)
(test-async G__15981 G__15982)

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
raw 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
raw docstring

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

× close