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/Conv/index.html

Module Uwt.Conv

val file_of_file_descr : Unix.file_descr -> file option

the function always succeed on Unix - but not on Windows. It will fail, if you try to convert a `Unix.file_descr` that wraps a SOCKET or if you run out of crt file descriptors.

val file_descr_of_file : file -> Unix.file_descr option