github.com/gotd/td/internal/tdsync.LogGroup.Go (method)
7 uses
github.com/gotd/td/internal/tdsync (current package)
log_group.go#L39: func (g *LogGroup) Go(taskName string, f func(groupCtx context.Context) error) {
github.com/gotd/td/internal/mtproto
conn.go#L206: g.Go("handleClose", c.handleClose)
conn.go#L207: g.Go("pingLoop", c.pingLoop)
conn.go#L208: g.Go("ackLoop", c.ackLoop)
conn.go#L209: g.Go("saltsLoop", c.saltLoop)
conn.go#L210: g.Go("userCallback", f)
conn.go#L211: g.Go("readLoop", c.readLoop)
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. |