Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Addr ¶
type Addr struct {
// contains filtered or unexported fields
}
Addr is an implementation of net.Addr.
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
Listener is an implementation of net.Listener. It receives incoming net.Conn through the Put method and returns net.Conn through the Accept method.
func NewListener ¶
NewListener returns a listener to build a net.Conn channel of pool size.
Click to show internal directories.
Click to hide internal directories.