Tezos_workers.Worker_events
module type S = sig ... end
module type CRITICAL_ERROR = sig ... end
module Make (N : Tezos_base.Worker_intf.NAME) (R : Tezos_base.Worker_intf.REQUEST) (C : CRITICAL_ERROR) : sig ... end