Skip to content

Jjungs7/cronticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CronTicker

Ticker, but with cron specification

Download

go get github.com/Jjungs7/CronTicker

Example

ticker, _ := NewCronWithOptionalSecondsTicker("*/5 * * * *")
ticker.Start()

for {
    <-ticker.C

    // do job
}

About

Golang Ticker, but with cron

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages