# Functions
NewDefaultPoller return a kqueue poller.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
Epoll poller for epoll.
NetFileDesc file-desc for net-fd.
NetPollListener listener for net poller.
# Interfaces
Poll define net poll interface.
# Type aliases
EventType event type for poller.
OnInterrupt The callback function when the net fd state is interrupt.
OnRead the callback function when the net fd state is readable.
OnWrite The callback function when the net fd state is writable.