Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 166a9807065357168d48043297ca7304 > files > 40

ocamlviz-1.01-9.mga5.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="Ocamlviz.html">
<link rel="next" href="Protocol.html">
<link rel="Up" 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="Binary" rel="Chapter" href="Binary.html">
<link title="Bproto" rel="Chapter" href="Bproto.html">
<link title="Db" rel="Chapter" href="Db.html">
<link title="Graph" rel="Chapter" href="Graph.html">
<link title="Monitor_sig" rel="Chapter" href="Monitor_sig.html">
<link title="Ocamlviz" rel="Chapter" href="Ocamlviz.html">
<link title="Ocamlviz_threads" rel="Chapter" href="Ocamlviz_threads.html">
<link title="Protocol" rel="Chapter" href="Protocol.html">
<link title="Timemap" rel="Chapter" href="Timemap.html"><title>Ocamlviz_threads</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Ocamlviz.html" title="Ocamlviz">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Protocol.html" title="Protocol">Next</a>
</div>
<h1>Module <a href="type_Ocamlviz_threads.html">Ocamlviz_threads</a></h1>

<pre><span class="keyword">module</span> Ocamlviz_threads: <code class="code">sig</code> <a href="Ocamlviz_threads.html">..</a> <code class="code">end</code></pre><div class="info module top">
Library to instrument the monitored program (when using a thread server)<br>
</div>
<hr width="100%">

<pre><span class="keyword">include</span> <a href="Monitor_sig.Monitor.html">Monitor_sig.Monitor</a></pre>

<pre><span id="VALyield"><span class="keyword">val</span> yield</span> : <code class="type">unit -> unit</code></pre><div class="info ">
Use this function to allow monitoring in computation-only code.<br>
</div>

<pre><span id="VALsend_now"><span class="keyword">val</span> send_now</span> : <code class="type">unit -> unit</code></pre><div class="info ">
<code class="code">send_now ()</code> immediatly sends the current values of monitored datas to the clients.<br>
</div>

<pre><span id="VALinit"><span class="keyword">val</span> init</span> : <code class="type">unit -> unit</code></pre><div class="info ">
<code class="code">init ()</code> has to be used to initialize Ocamlviz_threads.<br>
</div>
</body></html>