pub unsafe extern "C" fn rb_thread_fd_writable(fd: c_int) -> c_intExpand description
Identical to rb_thread_wait_fd, except it blocks the current thread until
the given file descriptor is ready to be written.
ยง@param[in] fd A file descriptor.
@exception rb_eIOError Closed stream.
@exception rb_eSystemCallError Situations like EBADF.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3