Module Process.Pi
module type MGR = sig ... endtype Eio.Resource.pi += | Mgr_unix : ('t, (module Eio_unix.Process.Pi.MGR with type t = 't), [> Eio_unix.Process.mgr_ty ]) Eio.Resource.pi
val mgr_unix :
(module Eio_unix.Process.Pi.MGR with type t = 't and type tag = 'tag) ->
('t, 'tag Eio.Process.mgr_ty) Eio.Resource.handler