Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > c7b8d5922a45aeb64a36e62c8024cf09 > files > 26

ocaml-async_extra-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 rel="previous" href="File_tail.Error.html">
<link rel="next" href="File_tail.Update.html">
<link rel="Up" href="File_tail.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="Command" rel="Chapter" href="Command.html">
<link title="File_tail" rel="Chapter" href="File_tail.html">
<link title="File_writer" rel="Chapter" href="File_writer.html">
<link title="Import" rel="Chapter" href="Import.html">
<link title="Lock_file" rel="Chapter" href="Lock_file.html">
<link title="Log" rel="Chapter" href="Log.html">
<link title="Persistent_singleton" rel="Chapter" href="Persistent_singleton.html">
<link title="Rpc" rel="Chapter" href="Rpc.html">
<link title="Rpc_intf" rel="Chapter" href="Rpc_intf.html">
<link title="Std" rel="Chapter" href="Std.html">
<link title="Tcp" rel="Chapter" href="Tcp.html">
<link title="Tcp_file" rel="Chapter" href="Tcp_file.html">
<link title="Typed_tcp" rel="Chapter" href="Typed_tcp.html">
<link title="Typed_tcp_intf" rel="Chapter" href="Typed_tcp_intf.html">
<link title="Unpack_sequence" rel="Chapter" href="Unpack_sequence.html">
<link title="User_and_group" rel="Chapter" href="User_and_group.html">
<link title="Versioned_rpc" rel="Chapter" href="Versioned_rpc.html">
<link title="Versioned_typed_tcp" rel="Chapter" href="Versioned_typed_tcp.html">
<link title="Weak_hashtbl" rel="Chapter" href="Weak_hashtbl.html"><title>File_tail.Warning</title>
</head>
<body>
<div class="navbar"><a class="pre" href="File_tail.Error.html" title="File_tail.Error">Previous</a>
&nbsp;<a class="up" href="File_tail.html" title="File_tail">Up</a>
&nbsp;<a class="post" href="File_tail.Update.html" title="File_tail.Update">Next</a>
</div>
<h1>Module <a href="type_File_tail.Warning.html">File_tail.Warning</a></h1>

<pre><span class="keyword">module</span> Warning: <code class="code">sig</code> <a href="File_tail.Warning.html">..</a> <code class="code">end</code></pre><hr width="100%">

<pre><code><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = </code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Did_not_reach_eof_for"><span class="constructor">Did_not_reach_eof_for</span></span> <span class="keyword">of</span> <code class="type">Core.Std.Time.Span.t</code></code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" ><code class="code">Reached_eof</code> occurs whenever the file tail reaches the end of file, irrespective of
      whether there has previously been a <code class="code">Did_not_reach_eof_for</code> warning.</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Reached_eof"><span class="constructor">Reached_eof</span></span></code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" ><code class="code">Delayed_due_to_null_reads_for span</code> occurs when the file tail is unable to get data
      from the file, because the data being read has null ('\000') characters.  The span
      is how long it has been attempting to read and been getting nulls.  This warning
      will only occur if <code class="code">retry_null_reads = true</code>.  This warning will be repeated until
      the null reads stop.</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Delayed_due_to_null_reads_for"><span class="constructor">Delayed_due_to_null_reads_for</span></span> <span class="keyword">of</span> <code class="type">Core.Std.Time.Span.t</code></code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" ><code class="code">No_longer_delayed_due_to_null_reads</code> occurs after a nonempty sequence of
      <code class="code">Delayed_due_to_null_reads_for</code> warnings, once the file tail gets a read that does
      not contain null reads.</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.No_longer_delayed_due_to_null_reads"><span class="constructor">No_longer_delayed_due_to_null_reads</span></span></code></td>

</tr></table>



<pre><span id="VALto_string_hum"><span class="keyword">val</span> to_string_hum</span> : <code class="type"><a href="File_tail.Warning.html#TYPEt">t</a> -> string</code></pre>
<pre><span id="VALsexp_of_t"><span class="keyword">val</span> sexp_of_t</span> : <code class="type"><a href="File_tail.Warning.html#TYPEt">t</a> -> Sexplib.Sexp.t</code></pre></body></html>