Module Async_smtp.Multispool.Make.Spoolable

Set to a Spoolable module when including this module and when applying Multispool.Make

type t

Use Stringable.S interface for disk persistence

include Core.Stringable.S with type t := t
type t
val of_string : string ‑> t
val to_string : t ‑> string
module Queue : sig ... end

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

module Name_generator : Multispool_intf.Name_generator.S