-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: Use a different strategy for yielding
Previously, we only processed the source in the channel/executor implementations when we needed to clear the readiness; however this causes issues in the Windows `Ping` implementation. As a workaround, this commit always calls "process_events" in `Ping`, but simply re-notifies the PingSource if we need to try again. Signed-off-by: John Nunley <[email protected]>
- Loading branch information
Showing
2 changed files
with
89 additions
and
67 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