Milestone Make it able to choose poll(2) instead of select(2) for UNIX

Completed 8 weeks ago (Sep 21, 2024, 6:03:39 PM)

select(2) says:

NOTES
     It is recommended to use the poll(2) interface instead, which tends to be
     more portable and efficient.

NOTE: poll seems to be missing on Windows.

Note: See TracRoadmap for help on using the roadmap.