do While
inline suspend fun KronScheduler.doWhile(noinline block: suspend () -> Boolean)
Content copied to clipboard
Will execute block while it will return true as a result of its calculation
Will execute block while it will return true as a result of its calculation