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

restores the captive thread behavior of Mosquito::Runner.start #115

Closed robacarp closed 1 year ago

robacarp commented 1 year ago

fixes #114

@mamantoha if you have a moment to verify this works for you, I'd appreciate it.

mamantoha commented 1 year ago

LGTM

wout commented 1 year ago

Looking good!