Liking cljdoc? Tell your friends :D
All platforms.

plumbing.graph-async


async-compileclj/s

(async-compile g)

Experimental.

Compile a hierarchical graph with (some) async fnks into an channel that contains the computed graph once completed.

Each fnk can perform async operations by returning a channel that contains its node value once completed.

Each node function will be evaluated as its dependencies have been fully computed.

Experimental.

Compile a hierarchical graph with (some) async fnks into an channel that
contains the computed graph once completed.

Each fnk can perform async operations by returning a channel that contains
its node value once completed.

Each node function will be evaluated as its dependencies have been fully
computed.
sourceraw docstring

asyncifyclj/s

(asyncify f)

Take a fnk f and return an async version by wrapping non-channel return values in a channel

Take a fnk f and return an async version by wrapping non-channel
return values in a channel
sourceraw docstring

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

× close