epoller
epoller copied to clipboard
epoll implementation for connections in Linux, MacOS and Windows
Results
2
epoller issues
Sort by
recently updated
recently updated
newest added
Hi, we don't want to have CGO as dependency. For windows we want to provide a non epoll solution. Is there a way to use this library, excluding windows support...
Hi, the comment says something about close but the fd is never closed in `Remove`. Is it intentional? https://github.com/smallnest/epoller/blob/master/epoll_bsd.go#L98