Module Rpc_parallel__.Parallel_managed

module type Worker = sig ... end
module Make : functor (S : Rpc_parallel.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