sync.WaitGroup.Done (method)
18 uses
sync (current package)
waitgroup.go#L155: func (wg *WaitGroup) Done() {
waitgroup.go#L256: wg.Done()
github.com/gotd/td/mtproto
read.go#L204: defer handlers.Done()
github.com/gotd/td/rpc
engine.go#L89: defer e.wg.Done()
github.com/gotd/td/tdsync
supervisor.go#L42: defer s.wg.Done()
github.com/klauspost/compress/huff0
compress.go#L325: wg.Done()
github.com/klauspost/compress/zstd
decoder.go#L656: defer d.streamWg.Done()
decoder.go#L812: wg.Done()
encoder.go#L330: s.wg.Done()
encoder.go#L354: s.wWg.Done()
golang.org/x/sync/errgroup
errgroup.go#L40: g.wg.Done()
golang.org/x/sync/singleflight
singleflight.go#L158: c.wg.Done()
internal/singleflight
singleflight.go#L96: c.wg.Done()
net
dnsclient_unix.go#L659: defer dnsWaitGroup.Done()
dnsclient_unix.go#L669: dnsWaitGroup.Done()
lookup.go#L340: dnsWaitGroup.Done()
lookup.go#L364: dnsWaitGroup.Done()
net/http
server.go#L3589: s.listenerGroup.Done()
![]() |
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. |