package core_extended

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

Runtime_blockout_detector is used detect bugs in C libraries that fail to release the OCaml runtime lock before making blocking calls.

val start : ?callback:(elapsed:Core.Time.Span.t -> unit) -> unit -> unit

start starts a thread that watches for blockouts where the OCaml lock isn't released. By default, it prints a message to stderr.

OCaml

Innovation. Community. Security.