Searched refs:fnonce (Results 1 – 1 of 1) sorted by relevance
2233 fnonce *sync.Once // to call fn with member2259 s.fnonce = new(sync.Once)2268 s.fnonce.Do(s.fn)2286 go func() { s.fnonce.Do(s.fn) }()