package lwt_named_threads

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

lwt_named_threads 0.1

Libraries

This package provides the following libraries (via ocamlobjinfo):

lwt_named_threads

Documentation:

  • Lwt_mark This module uses Lwt thread storage to give threads "marks", which store thread id (some unique int, autogenerated), name (given by user, see name and ignore_result), parent thread name, and few (currently 10, may be changed) last log messages that was output from this thread using Log module.