Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdata committed May 14, 2024
1 parent 8457c0a commit 6104beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticker.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Ticker struct {
tickCh chan struct{} // source for C, closed by runner
parent *Ticker // parent Ticker, or nil
maxrate *int32 // (atomic) maxrate pointer, or nil
workers int32 // (atomic) number of workers started by Go()
workers int32 // (atomic) number of workers started by Worker()
mu sync.Mutex // protects following
closeCh chan struct{} // channel signalling Close() is called
counter int64 // counter
Expand Down

0 comments on commit 6104beb

Please sign in to comment.