package stdune

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

Portable access /dev/null with some shared fd's to reduce the open fd count

val path : Path.t
val in_ : Unix.file_descr Stdlib.Lazy.t

path opened in read mode. Do not close this fd.

val out : Unix.file_descr Stdlib.Lazy.t

path opened in write mode. Do not close this fd.

OCaml

Innovation. Community. Security.