asFlowWithoutDelays

fun KronScheduler.asFlowWithoutDelays(since: <Error class: unknown class>? = null): <Error class: unknown class><<Error class: unknown class>>(source)

This flow is cold

Will emit all the KronScheduler.next as soon as possible. In case KronScheduler.next return null, flow will be completed

Parameters

since

Will be used as the first parameter for KronScheduler.next fun. If passed null, flow will always start since the moment of collecting start