(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.
(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
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |