package luv

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

Source file luv.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
(* 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. *)



(* All the public submodules of Luv. For example, Error is a submodule. So, from
   outside Luv, you can refer to it as Luv.Error.

   To see the contents of each module, look in the sibling files in this
   directory. For example, for Luv.Error, look in error.mli.

   The modules are listed in the same order that features are documented in
   libuv's own API documentation, available at:

     http://docs.libuv.org/en/v1.x/api.html

   In addition to API documentation, libuv has general information on its
   documentation home page:

     http://docs.libuv.org/en/v1.x/ *)

module Error = Error
module Version = Version
module Loop = Loop
module Handle = Handle
module Request = Request
module Timer = Timer
module Prepare = Prepare
module Check = Check
module Idle = Idle
module Async = Async
module Poll = Poll
module Signal = Signal
module Process = Process
module Stream = Stream
module TCP = TCP
module Pipe = Pipe
module TTY = TTY
module UDP = UDP
module FS_event = FS_event
module FS_poll = FS_poll
module File = File
module Thread_pool = Thread_pool
module DNS = DNS
module DLL = DLL
module Thread = Thread
module TLS = TLS
module Once = Once
module Mutex = Mutex
module Rwlock = Rwlock
module Semaphore = Semaphore
module Condition = Condition
module Barrier = Barrier
module Buffer = Buffer
module Os_fd = Os_fd
module Sockaddr = Sockaddr
module Resource = Resource
module Pid = Pid
module System_info = System_info
module Network = Network
module Path = Path
module Passwd = Passwd
module Env = Env
module Time = Time
module Random = Random
module Metrics = Metrics
module Require = Require
OCaml

Innovation. Community. Security.