Liking cljdoc? Tell your friends :D
Clojure only.

ktest.batch-drivers.recursive-driver


batch-driverclj

(batch-driver batch-driver opts)

It is often useful to push the output of a topology back through a driver in order to get all of the resulting behaviour of a given input rather than just the first thing a topology does. This driver does just that, recursively sending the outputs at each step back into the driver until no new outputs are created or until the recursion limit is hit and an error is thrown.

It is often useful to push the output of a topology back through a driver in
order to get all of the resulting behaviour of a given input rather than just
the first thing a topology does.
This driver does just that, recursively sending the outputs at each step back
into the driver until no new outputs are created or until the recursion limit
is hit and an error is thrown.
raw docstring

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

× close