Skip to main content

rb_thread_atfork

Function rb_thread_atfork 

Source
pub unsafe extern "C" fn rb_thread_atfork()
Expand description

§A pthread_atfork(3posix)-like API. Ruby expects its child processes to call this function at the very beginning of their processes. If you plan to fork a process don’t forget to call it.

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