JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

os/posix-fork

core-api


    cfunction
    src/core/os.c on line 1435, column 1

    (os/posix-fork)

    Make a `fork` system call and create a new process. Return nil if 
    in the new process, otherwise a core/process object (as returned by 
    os/spawn). Not supported on all systems (POSIX only).


0 examplesSign in to add an example
Loading...