Documentation ¶ Index ¶ func Ticker(ctx context.Context, task func(ctx context.Context) error, t time.Duration) error func TickerNoExit(ctx context.Context, task func(ctx context.Context) error, t time.Duration) *tickerChannel Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Ticker ¶ func Ticker(ctx context.Context, task func(ctx context.Context) error, t time.Duration) error func TickerNoExit ¶ func TickerNoExit(ctx context.Context, task func(ctx context.Context) error, t time.Duration) *tickerChannel Types ¶ This section is empty. Source Files ¶ View all Source files ticker.go Click to show internal directories. Click to hide internal directories.