Creates a Schedule which collects all its Input in a List.
Creates a Schedule that continues until predicate returns true.
until
Create a Schedule that continues while predicate returns true.
while
Creates a exponential backing-off Schedule with the provided base duration and exponential factor.
Creates a fibonacci backing-off Schedule with the provided one.
Creates a Schedule that runs forever
Creates a Schedule that outputs the Input unmodified.
Creates a linear backing-off Schedule with the provided base value.
Creates a Schedule that recurs n times.
Creates a spaced backing-off Schedule with the provided duration.
Creates a Schedule that unfolds values of Output with an initial value, and the next function to compute the next value.