package luv

  1. Overview
  2. Docs
Binding to libuv: cross-platform asynchronous I/O

Install

dune-project
 Dependency

Authors

Maintainers

Sources

luv-0.5.9.tar.gz
sha256=a2fa91083bc71ce2ee70710d8f9d9b3635620774e5a917ec72b696fd36127b2d
md5=e19f39296b426215e0c21d3a7f8fe272

doc/src/luv/os_fd.ml.html

Source file os_fd.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
(* This file is part of Luv, released under the MIT license. See LICENSE.md for
   details, or visit https://github.com/aantron/luv/blob/master/LICENSE.md. *)



module Fd =
struct
  type t = C.Types.Os_fd.t
end

module Socket =
struct
  type t = C.Types.Os_socket.t
end
OCaml

Innovation. Community. Security.