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
File descriptors being passed to poll_list are a thing of the past. It should be impossible to create an error because all Pollable resources are always valid to poll on, right?
The
poll_list
function itself doesn't have a return value so it's infallible. We should document how it behaves when passed invalid file descriptors.The text was updated successfully, but these errors were encountered: