roylee0704 / gron

gron, Cron Jobs in Go.
MIT License
1.03k stars 62 forks source link

Feature/use context to control goroutines #13

Closed Fred07 closed 3 years ago

Fred07 commented 3 years ago

Remove HandleSignals()

Add context to the gron, and listen to context.Done() to trigger GracefullyStop()

Fred07 commented 3 years ago

wrong PR, sorry