Liking cljdoc? Tell your friends :D

promisespromises.promise


alwaysclj/smacro

(always body)

catch any sync exception from evaluating body, and wrap in an errored promise - allowing a single promise-based control-flow in promise chains

catch any sync exception from evaluating body, and wrap
in an errored promise - allowing a single promise-based
control-flow in promise chains
sourceraw docstring

catch-alwaysclj/smacro

(catch-always body handler)

catch any sync or promise error

catch any sync or promise error
sourceraw docstring

chain-alwaysclj/smacro

(chain-always body handler)

always chain

always chain
sourceraw docstring

handle-alwaysclj/smacro

(handle-always body handler)

handly any sync or promise error

handly any sync or promise error
sourceraw docstring

merge-alwaysclj/smacro

(merge-always p)

merge both branches of a promise into a variant

merge both branches of a promise into a variant
sourceraw docstring

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

× close