type github.com/gotd/td/internal/tdsync.Supervisor
9 uses
github.com/gotd/td/internal/tdsync (current package)
supervisor.go#L12: type Supervisor struct {
supervisor.go#L22: func NewSupervisor(parent context.Context) *Supervisor {
supervisor.go#L25: return &Supervisor{
supervisor.go#L33: func (s *Supervisor) WithErrorHandler(h func(err error)) *Supervisor {
supervisor.go#L39: func (s *Supervisor) Go(task func(ctx context.Context) error) {
supervisor.go#L55: func (s *Supervisor) Cancel() {
supervisor.go#L61: func (s *Supervisor) Wait() error {
github.com/gotd/td/internal/pool
pool.go#L31: grp *tdsync.Supervisor
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. |