package riot

  1. Overview
  2. Docs
type monitor =
  1. | Process_down of Pid.t
type Message.t +=
  1. | Monitor of monitor
  2. | Exit of Pid.t * exit_reason
OCaml

Innovation. Community. Security.