Module Rpc_parallel.Parallel_managed

module type Worker = sig ... end
module Make : functor (S : Parallel.Worker_spec) -> Worker with type 'a functions := 'a S.functions and type worker_state_init_arg := S.Worker_state.init_arg and type connection_state_init_arg := S.Connection_state.init_arg