doInfinity

inline suspend fun KronScheduler.doInfinity(block: (<Error class: unknown class>) -> Unit)(source)

Will execute block without any checking of result


inline suspend fun doInfinity(scheduleConfig: String, block: (<Error class: unknown class>) -> Unit)(source)

Will buildSchedule using scheduleConfig and call doInfinity with block

See also