pub unsafe extern "C" fn rb_thread_check_ints()Expand description
Checks for interrupts. In ruby, signals are masked by default. You can call this function at will to check if there are pending signals. In case there are, they would be handled in this function.
If your extension library has a function that takes a long time, consider calling it periodically.
ยง@note It might switch to another thread.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3