Documentation ¶ Rendered for windows/amd64 Index ¶ type Epoll func NewPollerWithBuffer(count int) (*Epoll, error) func (e *Epoll) Add(fd int) error func (e *Epoll) Close() error func (e *Epoll) Remove(fd int) error func (e *Epoll) SocketFD(conn net.Conn) int func (e *Epoll) Wait() ([]int, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Epoll ¶ type Epoll struct { // contains filtered or unexported fields } func NewPollerWithBuffer ¶ func NewPollerWithBuffer(count int) (*Epoll, error) func (*Epoll) Add ¶ func (e *Epoll) Add(fd int) error func (*Epoll) Close ¶ func (e *Epoll) Close() error func (*Epoll) Remove ¶ func (e *Epoll) Remove(fd int) error func (*Epoll) SocketFD ¶ func (e *Epoll) SocketFD(conn net.Conn) int func (*Epoll) Wait ¶ func (e *Epoll) Wait() ([]int, error) Source Files ¶ View all Source files wepoll.go Click to show internal directories. Click to hide internal directories.