mosquito-cr / mosquito

A background task runner for crystal applications supporting periodic (CRON) and manually queued jobs
MIT License
227 stars 24 forks source link

Updates runner to use time::span #103

Closed robacarp closed 2 years ago

robacarp commented 2 years ago

fixes #99

Most of this patch is contributed by @jgaskins -- thank you! This is a nice modernization of the mosquito runner code without any change in affect.

related: https://github.com/waterlink/timecop.cr/issues