package async_smtp

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

An Entry is associated with a particular queue

type t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val spool : t -> spool
val queue : t -> S.Queue.t
val name : t -> string
val create : spool -> S.Queue.t -> name:string -> t

create an Entry.t from a file name on disk. There is no validation done to ensure that the corresponding entry exists in the spool. The validation is performed when using the Entry.t.

module Direct : sig ... end

Direct operations that provide no validation or exclusive access guarantees.