module Exception_check: Exception_check
val create : ?listen_port:int -> (string * exn) list -> unit
val maybe_raise : string list -> unit
maybe_raise name
if the exception associated with any name in name
has been triggered, then raise it, otherwise do nothing. Only the
first exception in the list will be raised. This function is
thread safe.