1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465(* 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/ *)moduleError=ErrormoduleVersion=VersionmoduleLoop=LoopmoduleHandle=HandlemoduleRequest=RequestmoduleTimer=TimermodulePrepare=PreparemoduleCheck=CheckmoduleIdle=IdlemoduleAsync=AsyncmodulePoll=PollmoduleSignal=SignalmoduleProcess=ProcessmoduleStream=StreammoduleTCP=TCPmodulePipe=PipemoduleTTY=TTYmoduleUDP=UDPmoduleFS_event=FS_eventmoduleFS_poll=FS_pollmoduleFile=FilemoduleThread_pool=Thread_poolmoduleDNS=DNSmoduleDLL=DLLmoduleThread=ThreadmoduleTLS=TLSmoduleOnce=OncemoduleMutex=MutexmoduleRwlock=RwlockmoduleSemaphore=SemaphoremoduleCondition=ConditionmoduleBarrier=BarriermoduleBuffer=BuffermoduleOs_fd=Os_fdmoduleSockaddr=SockaddrmoduleResource=ResourcemodulePid=PidmoduleSystem_info=System_infomoduleNetwork=NetworkmodulePath=PathmodulePasswd=PasswdmoduleEnv=EnvmoduleTime=TimemoduleRandom=Random