Liking cljdoc? Tell your friends :D

react.future


*scheduler*clj

source

collectclj

(collect futures)
sourceraw docstring

complete-withclj

(complete-with promise future)
sourceraw docstring

failedclj

(failed exp)
sourceraw docstring

failed?clj

(failed? future)
sourceraw docstring

failureclj

(failure promise exp)
sourceraw docstring

IFuturecljprotocol

on-completeclj

(on-complete this f)
sourceraw docstring

IPromisecljprotocol

completeclj

(complete this value)
sourceraw docstring

joinclj

(join futures)
sourceraw docstring

mapclj

(map future f)
sourceraw docstring

map-fncljmacro

(map-fn future & fntail)
sourceraw docstring

on-complete-fncljmacro

(on-complete-fn future & fntail)
sourceraw docstring

on-failureclj

(on-failure future f)
sourceraw docstring

on-failure-fncljmacro

(on-failure-fn future & fntail)
sourceraw docstring

on-successclj

(on-success future f)
sourceraw docstring

on-success-fncljmacro

(on-success-fn future & fntail)
sourceraw docstring

promiseclj

(promise)
sourceraw docstring

recoverclj

(recover future f)
sourceraw docstring

recover-fncljmacro

(recover-fn future & fntail)
sourceraw docstring

selectclj

(select futures)
sourceraw docstring

successclj

(success promise value)
sourceraw docstring

successfulclj

(successful value)
sourceraw docstring

successful?clj

(successful? future)
sourceraw docstring

transform-withclj

(transform-with future f)
sourceraw docstring

transform-with-fncljmacro

(transform-with-fn future & fntail)
sourceraw docstring

withinclj

(within future timeout-ms)
sourceraw docstring

zipclj

(zip a b)
sourceraw docstring

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

× close