Specify pauses in the feeder. It would be nice to dynamically define pauses in a scenario like: ```scala feed(feeder) .exec(<comman_to_execute>) .pause(<pause_coming_from_feeder>) ```
Specify pauses in the feeder.
It would be nice to dynamically define pauses in a scenario like:
feed(feeder) .exec(<comman_to_execute>) .pause(<pause_coming_from_feeder>)