fix rb_thread_wait_for_single_fd on non MN case
rb_thread_wait_for_single_fd
rb_thread_wait_for_single_fd(fd) waits until fd is ready. Without MN it shouldn't use thread_io_wait_events() for the retry checking (alwasy false if MN is not active).
rb_thread_wait_for_single_fd(fd)
fd
thread_io_wait_events()
fix
rb_thread_wait_for_single_fd
on non MN caserb_thread_wait_for_single_fd(fd)
waits untilfd
is ready.Without MN it shouldn't use
thread_io_wait_events()
for theretry checking (alwasy false if MN is not active).