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

cljs.core.async.interop


<p!cljmacro

(<p! exp)

EXPERIMENTAL: Takes the value of a promise resolution. The value of a rejected promise will be thrown wrapped in a instance of ExceptionInfo, acessible via ex-cause.

EXPERIMENTAL: Takes the value of a promise resolution. The value of a rejected promise
will be thrown wrapped in a instance of ExceptionInfo, acessible via ex-cause.
sourceraw docstring

p->ccljs

(p->c p)

EXPERIMENTAL: Puts the promise resolution into a promise-chan and returns it. The value of a rejected promise will be wrapped in a instance of ExceptionInfo, acessible via ex-cause.

EXPERIMENTAL: Puts the promise resolution into a promise-chan and returns it.
The value of a rejected promise will be wrapped in a instance of
ExceptionInfo, acessible via ex-cause.
sourceraw docstring

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

× close