package ecaml

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

Module Async_ecaml.ExportSource

Sourcemodule Clock : sig ... end
Sourcemodule Async_process = Async.Process

Async.Process is shadowed by Ecaml.Process, so we make it available as Async_process.

Sourcemodule Async = Async

This lets us reliably shadow Async values in Import.

module Async_kernel = Async_kernel
Sourceval don't_wait_for : unit Async.Deferred.t -> unit
  • deprecated [since 2019-05] Use [Background.don't_wait_for]
OCaml

Innovation. Community. Security.