module Handle_fileno:sig
..end
The usage of Uwt.Handle_fileno.fileno
is unsafe and strongly discouraged.
But it's sometimes necessary, if you need to interact with third parties
libraries. Rules:
Uwt.Handle.close
(or Tcp.close
, etc.),
not Unix.close
or any other function.Uwt.Pipe.openpipe
or Uwt.Poll.start
.type
t
val fileno : t -> Unix.file_descr uv_result
val fileno_exn : t -> Unix.file_descr