doWhile

open fun doWhile(predicate: suspend (Input, Output) -> Boolean): Schedule<Input, Output>

Runs this Schedule while the predicate of Input and Output returns false.