Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 19a466aa43e0f0793b72d6a6c3524ff5 > files > 142

ocaml-async_unix-devel-109.24.00-2.mga4.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Async_print" rel="Chapter" href="Async_print.html">
<link title="Async_sys" rel="Chapter" href="Async_sys.html">
<link title="Epoll_file_descr_watcher" rel="Chapter" href="Epoll_file_descr_watcher.html">
<link title="Fd" rel="Chapter" href="Fd.html">
<link title="Fd_by_descr" rel="Chapter" href="Fd_by_descr.html">
<link title="File_descr_watcher_intf" rel="Chapter" href="File_descr_watcher_intf.html">
<link title="Import" rel="Chapter" href="Import.html">
<link title="Interruptor" rel="Chapter" href="Interruptor.html">
<link title="In_thread" rel="Chapter" href="In_thread.html">
<link title="Io_stats" rel="Chapter" href="Io_stats.html">
<link title="Process" rel="Chapter" href="Process.html">
<link title="Raw_fd" rel="Chapter" href="Raw_fd.html">
<link title="Raw_scheduler" rel="Chapter" href="Raw_scheduler.html">
<link title="Raw_signal_manager" rel="Chapter" href="Raw_signal_manager.html">
<link title="Reader" rel="Chapter" href="Reader.html">
<link title="Read_write" rel="Chapter" href="Read_write.html">
<link title="Scheduler" rel="Chapter" href="Scheduler.html">
<link title="Select_file_descr_watcher" rel="Chapter" href="Select_file_descr_watcher.html">
<link title="Shutdown" rel="Chapter" href="Shutdown.html">
<link title="Signal" rel="Chapter" href="Signal.html">
<link title="Signal_manager" rel="Chapter" href="Signal_manager.html">
<link title="Std" rel="Chapter" href="Std.html">
<link title="Syscall" rel="Chapter" href="Syscall.html">
<link title="Thread_pool" rel="Chapter" href="Thread_pool.html">
<link title="Thread_safe" rel="Chapter" href="Thread_safe.html">
<link title="Thread_safe_pipe" rel="Chapter" href="Thread_safe_pipe.html">
<link title="Unix_syscalls" rel="Chapter" href="Unix_syscalls.html">
<link title="Writer" rel="Chapter" href="Writer.html"><title></title>
</head>
<body>
<h1></h1>
<ul class="indexlist">
<li><a href="index_types.html">Index of types</a></li>
<li><a href="index_exceptions.html">Index of exceptions</a></li>
<li><a href="index_values.html">Index of values</a></li>
<li><a href="index_modules.html">Index of modules</a></li>
<li><a href="index_module_types.html">Index of module types</a></li>
</ul>
<br/><br>
<table class="indextable">
<tr><td class="module"><a href="Async_print.html">Async_print</a></td><td><div class="info">
Non-blocking, Async-friendly print functions
</div>
</td></tr>
<tr><td class="module"><a href="Async_sys.html">Async_sys</a></td><td><div class="info">
This module overrides everything in the <code class="code">Sys</code> module that might block.
</div>
</td></tr>
<tr><td class="module"><a href="Epoll_file_descr_watcher.html">Epoll_file_descr_watcher</a></td><td><div class="info">
Returns the underlying epoll value.
</div>
</td></tr>
<tr><td class="module"><a href="Fd.html">Fd</a></td><td><div class="info">
An <code class="code">Fd.t</code> is a wrapper around a Unix file descriptor, with additional information
    about the kind of file descriptor and logic to ensure that we don't use a file
    descriptor that has been closed, or close a file descriptor that is in use.
</div>
</td></tr>
<tr><td class="module"><a href="Fd_by_descr.html">Fd_by_descr</a></td><td><div class="info">
<code class="code">Fd_by_descr</code> is a table of the open <code class="code">Fd.t</code>s, indexed by file descriptor number.
</div>
</td></tr>
<tr><td class="module"><a href="File_descr_watcher_intf.html">File_descr_watcher_intf</a></td><td><div class="info">
<code class="code">File_descr_watcher_intf.S</code> provides an API for for watching a set of file descriptors
    to see if they are ready for reading or writing.
</div>
</td></tr>
<tr><td class="module"><a href="Import.html">Import</a></td><td></td></tr>
<tr><td class="module"><a href="Interruptor.html">Interruptor</a></td><td><div class="info">
An interruptor provides a file descriptor that can be used to cause a
    file-descr-watcher to detect the file descriptor is ready for reading.
</div>
</td></tr>
<tr><td class="module"><a href="In_thread.html">In_thread</a></td><td><div class="info">
The <code class="code">In_thread</code> module has functions for interaction between the Async world and other
    (kernel) threads.
</div>
</td></tr>
<tr><td class="module"><a href="Io_stats.html">Io_stats</a></td><td></td></tr>
<tr><td class="module"><a href="Process.html">Process</a></td><td><div class="info">
<code class="code">Async.Process</code> is for creating child processes of the current process, and
    communicating with children via their stdin, stdout, and stderr.
</div>
</td></tr>
<tr><td class="module"><a href="Raw_fd.html">Raw_fd</a></td><td></td></tr>
<tr><td class="module"><a href="Raw_scheduler.html">Raw_scheduler</a></td><td></td></tr>
<tr><td class="module"><a href="Raw_signal_manager.html">Raw_signal_manager</a></td><td></td></tr>
<tr><td class="module"><a href="Reader.html">Reader</a></td><td><div class="info">
<code class="code">Reader</code> is Async's main API for buffered input from a file descriptor.
</div>
</td></tr>
<tr><td class="module"><a href="Read_write.html">Read_write</a></td><td><div class="info">
<code class="code">Read_write</code> is like <code class="code">Dirpair</code>, except "buy/sell" has been changed to "read/write".
</div>
</td></tr>
<tr><td class="module"><a href="Scheduler.html">Scheduler</a></td><td><div class="info">
Threading model:
</div>
</td></tr>
<tr><td class="module"><a href="Select_file_descr_watcher.html">Select_file_descr_watcher</a></td><td></td></tr>
<tr><td class="module"><a href="Shutdown.html">Shutdown</a></td><td><div class="info">
<code class="code">shutdown ?force status</code> initiates shutdown, which runs all the <code class="code">at_shutdown</code>
    functions, waits for them to finish, and then exits with the supplied status.
</div>
</td></tr>
<tr><td class="module"><a href="Signal.html">Signal</a></td><td><div class="info">
We override values from <code class="code">Core.Std.Signal</code> that we don't want people to use with
    Async.
</div>
</td></tr>
<tr><td class="module"><a href="Signal_manager.html">Signal_manager</a></td><td><div class="info">
A signal manager keeps track of a set of signals to be managed and the signal handlers
    for them.
</div>
</td></tr>
<tr><td class="module"><a href="Std.html">Std</a></td><td></td></tr>
<tr><td class="module"><a href="Syscall.html">Syscall</a></td><td></td></tr>
<tr><td class="module"><a href="Thread_pool.html">Thread_pool</a></td><td><div class="info">
A thread pool is a set of OCaml threads used to do work, where each piece of work is
    simply a thunk.
</div>
</td></tr>
<tr><td class="module"><a href="Thread_safe.html">Thread_safe</a></td><td><div class="info">
The <code class="code">Thread_safe</code> module has functions that are safe to call from threads outside
    async.
</div>
</td></tr>
<tr><td class="module"><a href="Thread_safe_pipe.html">Thread_safe_pipe</a></td><td><div class="info">
A thread-safe pipe is a thread-safe interface to the write end of a normal
    <code class="code">Async.Pipe</code>.
</div>
</td></tr>
<tr><td class="module"><a href="Unix_syscalls.html">Unix_syscalls</a></td><td><div class="info">
<code class="code">Unix_syscalls</code> provides an interface to many of the functions in OCaml's standard
    Unix module.
</div>
</td></tr>
<tr><td class="module"><a href="Writer.html">Writer</a></td><td><div class="info">
<code class="code">Writer</code> is Async's main API for output to a file descriptor.
</div>
</td></tr>
</table>
</body>
</html>