We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current content: 所以,才会有了异步非阻塞的事件处理机制,具体到系统调用就是像select/poll/epoll/kqueue这样的系统调用。 advice: 这几个IO调用都是同步的 reason: 此处有笔误
The text was updated successfully, but these errors were encountered:
No branches or pull requests
current content:
所以,才会有了异步非阻塞的事件处理机制,具体到系统调用就是像select/poll/epoll/kqueue这样的系统调用。
advice:
这几个IO调用都是同步的
reason:
此处有笔误
The text was updated successfully, but these errors were encountered: