Home
last modified time | relevance | path

Searched refs: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
22 func NewBgTicker(duration time.Duration) *BgTicker {
26 func NewBgTickerWithWait(duration time.Duration, wait time.Duration) *BgTicker {
28 t := &BgTicker{
38 func (t *BgTicker) tick() { argument
45 func (t *BgTicker) Stop() { argument