github.com/gotd/td/tdsync.LogGroup.Go (method)
8 uses
github.com/gotd/td/tdsync (current package)
log_group.go#L39: func (g *LogGroup) Go(taskName string, f func(groupCtx context.Context) error) {
github.com/gotd/td/mtproto
conn.go#L227: g.Go("handleClose", c.handleClose)
conn.go#L229: g.Go("readLoop", func(ctx context.Context) error {
conn.go#L241: g.Go("pingLoop", c.pingLoop)
conn.go#L242: g.Go("ackLoop", c.ackLoop)
conn.go#L243: g.Go("saltsLoop", c.saltLoop)
conn.go#L246: g.Go("tempKeyRenewal", c.tempKeyRenewalLoop)
conn.go#L248: g.Go("userCallback", f)
![]() |
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. |