An Entry is associated with a particular queue
include sig ... endval sexp_of_t : t ‑> Base.Sexp.tval stat : t ‑> Async.Unix.Stats.t Async.Deferred.Or_error.tval queue : t ‑> Spoolable.Queue.tval name : t ‑> stringval create : spool ‑> Spoolable.Queue.t ‑> name:string ‑> tcreate 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 ... endDirect operations that provide no validation or exclusive access guarantees.