package uwt

  1. Overview
  2. Docs
libuv bindings

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uwt-0.3.0.tar.gz
sha256=e924c3f80906c44871c62870d9472956ff043a14a4c17e886302bf47e6ca71e1
md5=f611099ba6eae6ea3f6b46a21e30effc

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.