You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: use poll() for socket I/O when available (#196)
* feat: add poll() for socket I/O
* feat: fallback I/O with select()
* feat: favor poll() if available
* doc: add comments