package eio

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Process.PiSource

Provider Interface

Sourcemodule type PROCESS = sig ... end
Sourcetype Resource.pi +=
  1. | Process : ('t, (module PROCESS with type t = 't and type tag = 'tag), [> 'tag ty ]) Resource.pi
Sourceval process : (module PROCESS with type t = 't and type tag = 'tag) -> ('t, 'tag ty) Resource.handler
Sourcemodule type MGR = sig ... end
Sourcetype Resource.pi +=
  1. | Mgr : ('t, (module MGR with type t = 't and type tag = 'tag), [> 'tag mgr_ty ]) Resource.pi
Sourceval mgr : (module MGR with type t = 't and type tag = 'tag) -> ('t, 'tag mgr_ty) Resource.handler
OCaml

Innovation. Community. Security.