readme

来自「linux平台epoll封装」· 代码 · 共 14 行

TXT
14
字号
rn socket readiness notification library.Latest version available at http://kegel.com/rnrn provides a more or less convenient wrapper aroundtwo very efficient notification mechanisms, sigio and epoll.See http://www.kegel.com/c10k.html for a description of thesetwo mechanisms.  Basically, they are standard Linux replacementsfor poll that are much more efficient.The right one to use is almost always epoll; sigio is only a fallback,as it's less efficient.  rn picks the best one automatically for youat runtime.See rn.html for documentation, and rn_test.c for an example of how to use it.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?