pub unsafe extern "C" fn rb_thread_wait_for(time: timeval)Expand description
Identical to rb_thread_sleep, except it takes struct timeval instead.
ยง@warning This function can be interrupted by signals.
@param[in] time Duration.
@exception rb_eInterrupt Interrupted.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.3.8