package lwt_named_threads

  1. Overview
  2. Docs
Library to attach names and logs to Lwt threads (for debug/trace/objsize)

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.tar.gz
sha256=cf8fb3348f15f75e2f63c5d72b99b94e5408132e5d8d3321746619ee35bcedd1
md5=c6e8b1cc49c845485d6b8b9b4d6fc07b

doc/index.html

lwt_named_threads

API

Library lwt_named_threads

  • 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.
OCaml

Innovation. Community. Security.