package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val create_should_raise : bool Caml.ref

If !create_should_raise = true, then create raises rather than creating a thread. This is useful for testing how code behaves upon thread-creation failure, which can happen, e.g., due to lack of memory.