sankalpjonn / timeloop

An elegant periodic task executor
MIT License
245 stars 49 forks source link

Adding support for initial offset #23

Closed mgfcf closed 11 months ago

mgfcf commented 2 years ago

I really enjoy the simplicity and ease of use of this library. Tho for a personal project I required to be able to set an initial offset, so that I can start a "timeloop" at a specific time. This pull request should implement this feature.