github.com/gotd/td/internal/tdsync.Ready.Ready (method)
12 uses
github.com/gotd/td/internal/tdsync (current package)
ready.go#L35: func (r *Ready) Ready() <-chan struct{} {
reset_ready.go#L40: return r.ready.Ready()
github.com/gotd/td/internal/mtproto
salt.go#L52: case <-c.gotSession.Ready():
github.com/gotd/td/internal/pool
pool_conn.go#L33: return p.dead.Ready()
github.com/gotd/td/telegram/internal/manager
conn.go#L84: case <-c.gotConfig.Ready():
conn.go#L85: case <-c.dead.Ready():
conn.go#L141: case <-c.sessionInit.Ready():
conn.go#L143: case <-c.dead.Ready():
conn.go#L153: return c.sessionInit.Ready()
github.com/gotd/td/transport
websocket.go#L70: closed := l.closed.Ready()
websocket.go#L87: case <-accepted.closed.Ready():
websocket.go#L92: r := l.closed.Ready()
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. |