package uwt

  1. Overview
  2. Docs
libuv bindings

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uwt-0.3.3.tar.gz
sha256=9e653a9fc7a13c5435a58780ddf02ff15c8ff92f63f6ff4406b1d312e3060807
md5=549517d3e9bcf5533097e4c83f891e2c

doc/uwt.async/Uwt/Debug/index.html

Module Uwt.Debug

Common helper for ad hoc debugging. Don't use them inside production code.

val print_all_handles : file -> Int_result.unit

Prints all handles associated with the given loop to the given stream.

val print_active_handles : file -> Int_result.unit

This is the same as print_all_handles except only active handles are printed.