Actions
Feature #4646
closed[PATCH] io/wait: add IO#wait_writable method
Feature #4646:
[PATCH] io/wait: add IO#wait_writable method
Description
This is easier to use than IO.select for a single IO object
and is immune to the limitations/innefficiency of select()
on platforms where poll/ppoll is available.
Files
Actions