package env_config

  1. Overview
  2. Docs

The default configuration is computed, or embedded in the library

module type Blocking = sig ... end

The default configuration is computed synchronously

module type Blocking_overridable = sig ... end
module type Async = sig ... end

The default configuration is computed asynchronously

module type Async_overridable = sig ... end