fork

Name

fork -- Fork a new process

Type: function

Synopsis

fork(, pid);

Return Values

pid

An instance of <integer>

Description

Create a new process. Returns the subprocess's id in the parent, and #f in the child.