github.com/gotd/td/tdsync.Ready.Ready (method)
12 uses
github.com/gotd/td/tdsync (current package)
ready.go#L35: func (r *Ready) Ready() <-chan struct{} {
reset_ready.go#L40: return r.ready.Ready()
github.com/gotd/td/mtproto
salt.go#L52: case <-c.gotSession.Ready():
github.com/gotd/td/pool
pool_conn.go#L42: return p.dead.Ready()
github.com/gotd/td/telegram/downloader
parallel.go#L45: case <-ready.Ready():
github.com/gotd/td/telegram/internal/manager
conn.go#L110: case <-c.gotConfig.Ready():
conn.go#L184: case <-c.gotConfig.Ready():
conn.go#L186: case <-c.dead.Ready():
conn.go#L197: return c.gotConfig.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.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. |