Skip to main content

rb_io_timeout

Function rb_io_timeout 

Source
pub unsafe extern "C" fn rb_io_timeout(io: VALUE) -> VALUE
Expand description

Get the timeout associated with the specified io object.

ยง@param[in] io An IO object. @retval RUBY_Qnil There is no associated timeout. @retval Otherwise The timeout value.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.3.8