You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses the poll(2) implementation for Poll and the pipe(2) based
implementation for Waker.
Perhaps we can do better, but I can't find any proper manuals for the OS
outside of a reference to the Posix standard. Hence I only uses APIs
available in said standard.
Closes#1472
Updates #1702
Uses the poll(2) implementation for Poll and the pipe(2) based
implementation for Waker.
Perhaps we can do better, but I can't find any proper manuals for the OS
outside of a reference to the Posix standard. Hence I only uses APIs
available in said standard.
Closes#1472
Updates #1702
The implementation was initially added in #1687 (issue: #1604), but it's experimental. Below is a small list of future improvements/work:
POLLRDHUP
, e.g. macOS, as it makes our some tests fail.Poll
,Event
, etc.The text was updated successfully, but these errors were encountered: