type sync.WaitGroup
18 uses
sync (current package)
waitgroup.go#L48: type WaitGroup struct {
waitgroup.go#L77: func (wg *WaitGroup) Add(delta int) {
waitgroup.go#L155: func (wg *WaitGroup) Done() {
waitgroup.go#L160: func (wg *WaitGroup) Wait() {
waitgroup.go#L236: func (wg *WaitGroup) Go(f func()) {
github.com/gotd/td/mtproto
read.go#L153: handlers sync.WaitGroup
github.com/gotd/td/rpc
engine.go#L34: wg sync.WaitGroup
github.com/gotd/td/tdsync
supervisor.go#L13: wg sync.WaitGroup
github.com/klauspost/compress/huff0
compress.go#L313: var wg sync.WaitGroup
github.com/klauspost/compress/zstd
decoder.go#L43: streamWg sync.WaitGroup
decoder.go#L713: var wg sync.WaitGroup
encoder.go#L60: wg sync.WaitGroup
encoder.go#L62: wWg sync.WaitGroup
golang.org/x/sync/errgroup
errgroup.go#L28: wg sync.WaitGroup
golang.org/x/sync/singleflight
singleflight.go#L57: wg sync.WaitGroup
internal/singleflight
singleflight.go#L13: wg sync.WaitGroup
net
lookup.go#L64: var dnsWaitGroup sync.WaitGroup
net/http
server.go#L3088: listenerGroup sync.WaitGroup
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |