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))
![]() |
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. |