Liking cljdoc? Tell your friends :D
Mostly clj.
Exceptions indicated.

hitchhiker.tree.async


*async-backend*clj/s

source

case-asynccljmacro

(case-async & case-body-pairs)

This macro decides which async backend to use at compile time of the code. In effect it parametrizes the namespaces for messaging and core.

Usage:

(def-async :none (sync-code) :core.async (go-try (my-go-code)))

This macro decides which async backend to use at compile time of the code. In
effect it parametrizes the namespaces for messaging and core.

Usage:

(def-async :none (sync-code) :core.async (go-try (my-go-code)))
sourceraw docstring

if-cljscljmacro

(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
sourceraw docstring

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

× close