Parameter Make.1-S
module Metadata : sig ... endSpoolable.Metadata.tshould be smallish since it is read and written more frequently thanSpoolable.Data.t.
module Data : sig ... endSpoolable.Data.tis where the "real" data lives and it allows for data-specificloadandsavefunctionality.
module Queue : sig ... endQueue.tis an enumerable type that represents the available queues and the mapping to directory names on-disk.
module Throttle : sig ... endAll operations that touch disk are passed through
Throttle.enqueue