Function: SB-POSIX:FORKΒΆ
Forks the current process, returning 0 in the new process and the PID of the child process in the parent. Forking while multiple threads are running is not supported.
Forks the current process, returning 0 in the new process and the PID of the child process in the parent. Forking while multiple threads are running is not supported.