Project

General

Profile

« Previous | Next » 

Revision 41dd1594

Added by ko1 (Koichi Sasada) over 1 year ago

fix rb_thread_wait_for_single_fd on non MN case

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).