Function: SB-POSIX:FORKΒΆ

package type github

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.