package
1.6.0
Repository: https://github.com/walkon/gnet.git
Documentation: pkg.go.dev

# Packages

Package queue delivers an implementation of lock-free concurrent queue based on the algorithm presented by Maged M.

# Functions

Dup is the wrapper for dupCloseOnExec.
OpenPoller instantiates a poller.

# Constants

AsyncTasks is the maximum number of asynchronous tasks that the event-loop will process at one time.
ErrEvents represents exceptional events that are not read/write, like socket being closed, reading/writing from/to a closed socket, etc.
InEvents combines EPOLLIN/EPOLLPRI events and some exceptional events.
InitEvents represents the initial length of poller event-list.
OutEvents combines EPOLLOUT event and some exceptional events.

# Structs

Poller represents a poller which is in charge of monitoring file-descriptors.