github.com/gotd/td/internal/tdsync.ResetReady.Ready (method)

4 uses

	github.com/gotd/td/internal/tdsync (current package)
		reset_ready.go#L37: func (r *ResetReady) Ready() <-chan struct{} {

	github.com/gotd/td/internal/pool
		pool.go#L207: 	case <-c.stuck.Ready():

	github.com/gotd/td/telegram
		connect.go#L149: 		case <-c.ready.Ready():
		migrate_to_dc.go#L25: 	case <-c.ready.Ready():