lwt_named_threads
Library to attach names and logs to Lwt threads (for debug/trace/objsize)
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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.