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