package env_config

  1. Overview
  2. Docs

Module Configuration.Embedded_in_librarySource

The default configuration is computed, or embedded in the library

Sourcemodule type Blocking = sig ... end

The default configuration is computed synchronously

Sourcemodule type Blocking_overridable = sig ... end
Sourcemodule type Async = sig ... end

The default configuration is computed asynchronously

Sourcemodule type Async_overridable = sig ... end
OCaml

Innovation. Community. Security.