Home
last modified time | relevance | path

Searched defs:BgTicker (Results 1 – 1 of 1) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dbgticker.go9 type BgTicker struct { struct
10 C <-chan time.Time
11 c chan time.Time
12 ticker *time.Ticker
13 resumeWait time.Duration
38 func (t *BgTicker) tick() {
45 func (t *BgTicker) Stop() {