Mavryk_base.Worker_intfmodule type NAME = sig ... endThe name of the group of workers corresponding to an instantiation of Make, as well as the name of each worker in that group.
module type VIEW = sig ... endmodule type REQUEST = sig ... endThe type of messages that are fed to the worker's event loop.
module type TYPES = sig ... endThe (imperative) state of the event loop.