type t
Use Stringable.S interface for disk persistence
include Core.Stringable.S with type t := 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.
Queue.t
module Name_generator : Multispool_intf.Name_generator.S