as Tz Flow Without Delays
fun KronScheduler.asTzFlowWithoutDelays(since: <Error class: unknown class> = DateTime.nowLocal()): <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