Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Process.Messages
type monitor =
| Process_down of Pid.t
This monitor message reports that a monitored process has terminated.
*)type Message.t +=
| Monitor of monitor
Monitor related messages
*)| Exit of Pid.t * exit_reason
Exit signal. If you want this message make sure to set the Trap_exit
flag to true with the `process_flag` function.