type github.com/gotd/td/internal/pool.Conn
11 uses
github.com/gotd/td/internal/pool (current package)
pool.go#L21: newConn func() Conn
pool.go#L53: func NewDC(ctx context.Context, id int, newConn func() Conn, opts DCOptions) *DC {
pool_conn.go#L17: type Conn interface {
pool_conn.go#L25: Conn
github.com/gotd/td/telegram
conn_builder.go#L41: ) pool.Conn
conn_builder.go#L50: ) pool.Conn {
conn_builder.go#L70: func (c *Client) createPrimaryConn(setup manager.SetupCallback) pool.Conn {
conn_builder.go#L78: ) pool.Conn {
pool.go#L24: func (c *Client) createPool(dc int, max int64, creator func() pool.Conn) (*pool.DC, error) {
pool.go#L46: return c.createPool(s.DC, max, func() pool.Conn {
pool.go#L68: p, err := c.createPool(dcID, max, func() pool.Conn {
|
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. |