package luv_unix

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Os_fd.SocketSource

Attempts to convert from a Unix.file_descr to a libuv uv_os_sock_t. Fails on Windows if the descriptor is a HANDLE rather than a SOCKET.

Sourceval to_unix : t -> Unix.file_descr

Converts a uv_os_sock_t to a Unix.file_descr.

OCaml

Innovation. Community. Security.