github.com/gotd/td/tdsync.CancellableGroup.Go (method)

14 uses

	github.com/gotd/td/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#L27: 	g.Go(conn.Run)
		connect.go#L37: 			g.Go(func(ctx context.Context) error {
		connect.go#L51: 		g.Go(func(ctx context.Context) error {
		connect.go#L78: 	g.Go(func(ctx context.Context) error {
		connect.go#L206: 	g.Go(c.reconnectUntilClosed)
		connect.go#L207: 	g.Go(func(ctx context.Context) error {
		connect.go#L216: 	g.Go(func(ctx context.Context) error {

	github.com/gotd/td/telegram/downloader
		parallel.go#L35: 	g.Go(func(ctx context.Context) error {
		parallel.go#L40: 			downloads.Go(func(ctx context.Context) error {
		parallel.go#L80: 	g.Go(writeAtLoop(syncio.NewWriterAt(w), toWrite))
		stream.go#L24: 	g.Go(func(ctx context.Context) error {
		stream.go#L51: 	g.Go(writeLoop(w, toWrite))