Reactor.Step.Recurse (reactor v0.15.6)

View Source

A built-in step which can recursively execute a reactor.

This step executes a reactor repeatedly, using the output of each execution as the input for the next, until either:

  1. The exit condition is met
  2. The maximum number of iterations is reached
  3. An error occurs

Reactor will correctly share the concurrency availability between iterations.