package uwt

  1. Overview
  2. Docs
libuv bindings

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uwt-0.3.0.2.tar.gz
sha256=1c4a49f4cffc017fff8a47563653f5a9ed4007bbd6705fd9737a211ff3d864e2
md5=25fbbf9b39c072f9667e6fdfba108556

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.