= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
ON THIS PAGE
Legend:
Library
Module
Module type
Parameter
Class
Class type
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, seename
andignore_result
), parent thread name, and few (currently 10, may be changed) last log messages that was output from this thread usingLog
module.