Liking cljdoc? Tell your friends :D

hyperfiddle.rcf


!clj/sdeprecated

Deprecated alias for tap.

Deprecated alias for `tap`.
sourceraw docstring

%clj/s

Queue behaving as a value. Assert % := _ to pop from it. Async, will time out after :timeout option, default to 1000 (ms).

Queue behaving as a value. Assert `% := _` to pop from it. Async, will time out after `:timeout` option, default to 1000 (ms).
sourceraw docstring

*generate-tests*clj

source

=clj/s

source

asyncclj/smacro

(async done & body)
source

async-notifierclj/s

(async-notifier n done)
source

binding-queueclj/s

(binding-queue)
source

deftestclj/smacro

(deftest name & body)

When load-tests is false, deftest is ignored.

When *load-tests* is false, deftest is ignored.
sourceraw docstring

do-reportclj/smacro

(do-report m)
source

doneclj/s

(done)
source

enable!clj/s

(enable! & [v])
source

ENABLEDcljs

source

gen-nameclj/s

(gen-name form)
source

isclj/smacro

(is form)
(is form msg)
source

make-queueclj/smacro

(make-queue & args)
source

rcf-shadow-hookclj/s

(rcf-shadow-hook build-state & args)
source

set-timeout!clj/s

(set-timeout! ms)
source

tapclj/s

Function to push value to async queue, e.g. (tap 42). RCF redefines this var in tests context. For REPL convenience, defaults to println outside of tests context.

Function to push value to async queue, e.g. `(tap 42)`. RCF redefines this var in tests context. For REPL
convenience, defaults to println outside of tests context.
sourceraw docstring

testsclj/smacro

(tests & body)
source

TIMEOUTcljs

source

try-exprclj/smacro

(try-expr msg form)
source

withclj/smacro

(with dispose-fn & body)

Resource cleanup helper, based on missionary's dependency-free Task protocol, see https://github.com/leonoel/task

Resource cleanup helper, based on missionary's dependency-free Task protocol, see https://github.com/leonoel/task
sourceraw docstring

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

× close