package spawn

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Fork
  2. | Vfork

System call to use on Unix.

val default : t

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