Liking cljdoc? Tell your friends :D

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

RecursionDriverclj

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close