= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package uwt
-
uv-fs-sync
-
uwt-preemptive
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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