runtime.timer.period (field)
7 uses
runtime (current package)
time.go#L29: period int64
time.go#L256: if t.period < 0 {
time.go#L482: t.period = period
time.go#L549: return modtimer(t, when, t.period, t.f, t.arg, t.seq)
time.go#L868: if t.period > 0 {
time.go#L871: t.when += t.period * (1 + -delta/t.period)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |