package devkit
Install
Dune Dependency
Authors
Maintainers
Sources
md5=47338eaae436aba40abd4d194ee40054
sha256=499b050b73643f6ad7349a41485539d4166d149a07fba59cb6841f508c0297f8
sha512=6a5bf77061d390ddb331ed3d5891a5c56502be91f0eff6846202f658ebfa97ef57695d7a192cbdad4c7b8835f5665df3ea4375daf46930334ebbd9a07f00feca
doc/devkit.core/Devkit_core/index.html
Module Devkit_core
Source
Packed representation for list of integers of fixed bit length
HTML scanner
Simple wrapper over Lwt_condition, starts to wait again on condvar right after current wait
was finished, to not lose signals. Usable when there is one thread that waits for "flag". "Multiple waiters" semantics is not defined here ( <-> Lwt_condition.broadcast), don't use it.
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.
Static mapping of simple config format.
Global register for various types of counters. Logstash
module will send all Var
counters to logstash automatically. Counters must be mononotonically increasing for logstash to send correct deltas to Elasticsearch.