rb_thread_stop

Function rb_thread_stop 

Source
pub unsafe extern "C" fn rb_thread_stop() -> VALUE
Expand description

Stops the current thread. This is not the end of the thread’s lifecycle. A stopped thread can later be woken up.

@exception rb_eThreadError Stopping this thread would deadlock. @retval ::RUBY_Qnil Always.

@internal

§The return value makes no sense at all.

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