Sophie

Sophie

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

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="Up" href="Versioned_rpc.Caller_converts.Pipe_rpc.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>Versioned_rpc.Caller_converts.Pipe_rpc.S</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="Versioned_rpc.Caller_converts.Pipe_rpc.html" title="Versioned_rpc.Caller_converts.Pipe_rpc">Up</a>
&nbsp;</div>
<h1>Module type <a href="type_Versioned_rpc.Caller_converts.Pipe_rpc.S.html">Versioned_rpc.Caller_converts.Pipe_rpc.S</a></h1>

<pre><span class="keyword">module type</span> S = <code class="code">sig</code> <a href="Versioned_rpc.Caller_converts.Pipe_rpc.S.html">..</a> <code class="code">end</code></pre><hr width="100%">

<pre><span id="TYPEquery"><span class="keyword">type</span> <code class="type"></code>query</span> </pre>


<pre><span id="TYPEresponse"><span class="keyword">type</span> <code class="type"></code>response</span> </pre>


<pre><span id="TYPEerror"><span class="keyword">type</span> <code class="type"></code>error</span> </pre>

<br>
multi-version dispatch
<p>

          The return type varies slightly from <code class="code">Rpc.Pipe_rpc.dispatch</code> to make it clear
          that conversion of each individual element in the returned pipe may fail.<br>

<pre><span id="VALdeprecated_dispatch_multi"><span class="keyword">val</span> deprecated_dispatch_multi</span> : <code class="type">version:int -><br>       Rpc.Connection.t -><br>       <a href="Versioned_rpc.Caller_converts.Pipe_rpc.S.html#TYPEquery">query</a> -><br>       (<a href="Versioned_rpc.Caller_converts.Pipe_rpc.S.html#TYPEresponse">response</a> Core.Std.Or_error.t<br>        Import.Pipe.Reader.t * <a href="Rpc.Pipe_rpc.Id.html#TYPEt">Rpc.Pipe_rpc.Id.t</a>,<br>        <a href="Versioned_rpc.Caller_converts.Pipe_rpc.S.html#TYPEerror">error</a>)<br>       Core.Std.Result.t Core.Std.Or_error.t Import.Deferred.t</code></pre>
<pre><span id="VALdispatch_multi"><span class="keyword">val</span> dispatch_multi</span> : <code class="type"><a href="Versioned_rpc.Connection_with_menu.html#TYPEt">Versioned_rpc.Connection_with_menu.t</a> -><br>       <a href="Versioned_rpc.Caller_converts.Pipe_rpc.S.html#TYPEquery">query</a> -><br>       (<a href="Versioned_rpc.Caller_converts.Pipe_rpc.S.html#TYPEresponse">response</a> Core.Std.Or_error.t<br>        Import.Pipe.Reader.t * <a href="Rpc.Pipe_rpc.Id.html#TYPEt">Rpc.Pipe_rpc.Id.t</a>,<br>        <a href="Versioned_rpc.Caller_converts.Pipe_rpc.S.html#TYPEerror">error</a>)<br>       Core.Std.Result.t Core.Std.Or_error.t Import.Deferred.t</code></pre>
<pre><span id="VALversions"><span class="keyword">val</span> versions</span> : <code class="type">unit -> Core.Std.Int.Set.t</code></pre><div class="info ">
all versions supported by <code class="code">dispatch_multi</code>.
          (useful for computing which old versions may be pruned)<br>
</div>
</body></html>