cljs-node-io.async/go-proc
will read from anything with a core.async readport implementationcljs-node-io.fs
to return promise-chans, like they should have been to begin withcljs-node-io.core/copy
now returns a promise-chan that closes when it finishes writing.
cljs-node-io.proc
ns. The ChildProcess object itself is subject to change but this is a super useful bunch of functionscljs-node-io.fs/watch
& cljs-node-io.fs/watchFile
. Both have platform specific usage detailscljs-node-io.async/mux
. Instead of having a million infinite go-loops/go-procs everywhere , shrink them down into one extensible readloop.cljs-node-io.spawn
namespace and refactored to be more obvious (though opinionated) in their use.cljs-node-io.fs/readline
.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close