rb_thread_run

Function rb_thread_run 

Source
pub unsafe extern "C" fn rb_thread_run(thread: VALUE) -> VALUE
Expand description

This is a rb_thread_wakeup + rb_thread_schedule combo.

ยง@note There is no guarantee that this function yields to the passed thread. It may still remain blocked on I/O. @param[out] thread Thread in question to wake up. @exception rb_eThreadError Stop flogging a dead horse. @return The passed thread.

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