Liking cljdoc? Tell your friends :D
Clojure only.

telsos.lib.test


go-testcljmacro

(go-test & body)

Runs body inside a go block for cross-platform async testing. Use <! inside body to await channels. CLJ: blocks the test thread with <!!. CLJS: uses cljs.test/async + done callback with try/finally.

Runs body inside a go block for cross-platform async testing.
Use <! inside body to await channels.
CLJ: blocks the test thread with <!!.
CLJS: uses cljs.test/async + done callback with try/finally.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close