-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* FIX: wait_for_fd in epoll should atleast put into sleep for a tiny moment * Also fix on kqueue wait_for_fd reap events when wait_for_fd in 0 timeout fix kevent immeidate enqueue KQueue event submitt always use immediate fix Fix kqueue response for wait_for_fd with interests=0 Remove unused code * Since now thread_usleep(0) can also bring errno of interruption, it should be working * No more needs of in kqueue * No need to change epoll
- Loading branch information
Showing
2 changed files
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters