package links

  1. Overview
  2. Docs

Process management

type abort_type = string * string
exception Aborted of abort_type
module Proc : sig ... end
module type WEBSOCKETS = sig ... end
module type MAILBOX = sig ... end
exception UnknownProcessID of ProcessTypes.process_id
exception UnknownClientID of ProcessTypes.client_id
module type SESSION = sig ... end
module Mailbox : MAILBOX
module Session : SESSION