Legend:
Library
Module
Module type
Parameter
Class
Class type
Popular functions from the standard Unix module, but all calls are executed in work threads.
They are usually part of uwt, not libuv. They were added to simplify testing uwt with existing code that originally used lwt.unix.
But be careful: Functions like gethostbyname don't fail with Not_found, but with Unix_error(Unix.ENOENT,"function_name",x) or other appropriate error codes. Uwt_compat.Lwt_unix provides functions under the same name that also fails with Not_found.
wrapper around realpath under Unix and GetFinalPathNameByHandleW or GetFullPathName under windows. Deprecated. Use Uwt.Fs.realpath instead, it will also work for older libuv versions.