-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: manually reschedule to avoid hang on macOS
libxev's .rearm semantics are unfortunately not very portable---rescheduling the exact same event on macOS / kqueue seems to cause the event loop to hang, while manually rescheduling and returning .disarm does not.
- Loading branch information
1 parent
49cc8ae
commit fbaa6ca
Showing
1 changed file
with
21 additions
and
4 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