Function rb_thread_fd_writable

Source
pub unsafe extern "C" fn rb_thread_fd_writable(fd: c_int) -> c_int
Expand 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