sync.WaitGroup.Done (method)
16 uses
sync (current package)
waitgroup.go#L86: func (wg *WaitGroup) Done() {
encoding/json
encode.go#L368: wg.Done()
github.com/gotd/td/internal/mtproto
read.go#L199: defer handlers.Done()
github.com/gotd/td/internal/rpc
engine.go#L81: defer e.wg.Done()
github.com/gotd/td/internal/tdsync
supervisor.go#L42: defer s.wg.Done()
golang.org/x/sync/errgroup
errgroup.go#L37: g.wg.Done()
internal/singleflight
singleflight.go#L96: c.wg.Done()
net
dnsclient_unix.go#L645: defer dnsWaitGroup.Done()
dnsclient_unix.go#L655: dnsWaitGroup.Done()
lookup.go#L329: dnsWaitGroup.Done()
lookup.go#L358: dnsWaitGroup.Done()
net/http
server.go#L3153: s.listenerGroup.Done()
nhooyr.io/websocket
conn.go#L136: defer c.wg.Done()
conn.go#L171: defer c.wg.Done()
conn.go#L193: defer c.wg.Done()
read.go#L69: defer c.wg.Done()
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |