package async_smtp

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

Module Message.On_diskSource

Sourcemodule Metadata : sig ... end

Spoolable.Metadata.t should be smallish since it is read and written more frequently than Spoolable.Data.t.

Sourcemodule Data = Data

Spoolable.Data.t is where the "real" data lives and it allows for data-specific load and save functionality.

Sourcemodule Queue = Queue

Queue.t is an enumerable type that represents the available queues and the mapping to directory names on-disk.

Sourcemodule Name_generator : sig ... end
Sourcemodule Throttle : sig ... end

All operations that touch disk are passed through Throttle.enqueue

OCaml

Innovation. Community. Security.