Kron Scheduler
This interface was created for abstraction of next operation. Currently, there is only dev.inmo.krontab.internal.CronDateTimeScheduler realisation of this interface inside of this library, but you it is possible to create your own realisation of this interface for scheduling, for example, depending of users activity or something like this
See also
Functions
Inheritors
Extensions
This method is a map for asTzFlow and will works the same but return flow with DateTimes
This Flow will trigger emitting each near time which will be returned from this with attention to time zones
Will execute block without any checking of result
Will execute block without any checking of result
Execute block once at the KronScheduler.next time and return result of block calculation.
Execute block once at the KronScheduler.next time and return result of block calculation.
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