Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrClosedClient = errors.New("closed client")
ErrClosedClient error
Functions ¶
This section is empty.
Types ¶
type RadixPool ¶
type RadixPool struct {
// contains filtered or unexported fields
}
RadixPool struct
func NewRadixPool ¶
NewRadixPool return radix pool dialer with provided pool size.
func (*RadixPool) Close ¶
Close closes all connections in the pool and rejects future execution calls. Blocks until all streams are closed.
Click to show internal directories.
Click to hide internal directories.