-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Its main purpose was to keep the eventloop from exiting when empty, which isn't needed anymore (evloop#run can now wait forever). Since we need to grab the lock to send the fiber, we can just push it to the runnables deque instead of passing it through a pipe; which didn't work properly on Windows anyway. The Windows IOCP eventloop will need a refactor to check on completions even where there are no queued (timers).
- Loading branch information
1 parent
46459d6
commit 6437ab9
Showing
3 changed files
with
11 additions
and
42 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 was deleted.
Oops, something went wrong.
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