pub unsafe extern "C" fn rb_thread_stop() -> VALUEExpand 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