package spawn

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Spawn.Unix_backendSource

Sourcetype t =
  1. | Fork
  2. | Vfork

System call to use on Unix.

Sourceval default : t

Fork if the SPAWN_USE_FORK environment variable is set, Vfork otherwise.

OCaml

Innovation. Community. Security.