shyiko / skedule

A human-friendly alternative to cron. Designed after GAE's schedule for Kotlin and/or Java 8+.
84 stars 7 forks source link

nextOrSame documentation/example #5

Open Globegitter opened 4 years ago

Globegitter commented 4 years ago

I am just trying to use the ScheduleIterator and can not figure out what the difference is between next() and nextOrSame(), it would be nice if the readme would contain an example/documentation, or there was documentation about its intents in the code.

Thanks for this great library btw, it really is turning out to be useful.