core/create-consumer
no longer accepts a variable number of arguments, instead requires an object of options. Other namespaces remain unchangedSimplifying how to create a consumer. When creating a consumer from the sequential
namespace it is now no longer required to wrap your processing function with another call to sequential-process
. This is also true for the batch
and parallel
namespaces.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close