github.com/gotd/td/internal/tdsync.CancellableGroup.Go (method)
8 uses
github.com/gotd/td/internal/tdsync (current package)
cancel_group.go#L46: func (g *CancellableGroup) Go(f func(ctx context.Context) error) {
log_group.go#L40: g.group.Go(func(ctx context.Context) error {
github.com/gotd/td/telegram
connect.go#L19: g.Go(c.conn.Run)
connect.go#L23: g.Go(func(ctx context.Context) error {
connect.go#L40: g.Go(func(ctx context.Context) error {
connect.go#L135: g.Go(c.reconnectUntilClosed)
connect.go#L136: g.Go(func(ctx context.Context) error {
connect.go#L145: g.Go(func(ctx context.Context) error {
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. |