An Entry is associated with a particular queue
include sig ... endval sexp_of_t : t ‑> Sexplib.Sexp.tval create : spool ‑> Spoolable.Queue.t ‑> name:string ‑> tCreate an entry. This is exposed so that an Entry.t may be created from a file
name on disk
val contents_unsafe : t ‑> Spoolable.t Async.Deferred.Or_error.tGet contents of this Entry.t in an unsafe way. No checkout is performed and the
data is read directly from the queue file. If you need to later update this data,
consider revalidating the contents after checkout and before writing.
val stat : t ‑> Async.Unix.Stats.t Async.Deferred.Or_error.tval queue : t ‑> Spoolable.Queue.tval name : t ‑> string