module Lexicographic_time_order_name_generator : Async_smtp__.Multispool_intf.Name_generator.S with type t = int
A rudimentary Name_generator
for use in tests that guarantees that the
Lexicographic order corresponds to the time ordering
module Make : functor (S : Async_smtp__.Multispool_intf.Spoolable.S) -> Async_smtp__.Multispool_intf.S with module Spoolable := S
Like Make
above, but ensures a stricter ordering for use in test cases.
S.Name_generator
must provide a strict time ordering, such as
Lexicographic_time_order_name_generator
.