Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > b55d7c43b870130fe183a7ec3a49d711 > files > 124

js-of-ocaml-doc-1.0.9-1.fc16.noarch.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="Json.html">
<link rel="next" href="Regexp.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 class methods" rel=Appendix href="index_methods.html">
<link title="Index of class types" rel=Appendix href="index_class_types.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="CSS" rel="Chapter" href="CSS.html">
<link title="Dom" rel="Chapter" href="Dom.html">
<link title="Dom_events" rel="Chapter" href="Dom_events.html">
<link title="Dom_html" rel="Chapter" href="Dom_html.html">
<link title="Event_arrows" rel="Chapter" href="Event_arrows.html">
<link title="File" rel="Chapter" href="File.html">
<link title="Firebug" rel="Chapter" href="Firebug.html">
<link title="Form" rel="Chapter" href="Form.html">
<link title="Js" rel="Chapter" href="Js.html">
<link title="Json" rel="Chapter" href="Json.html">
<link title="Lwt_js" rel="Chapter" href="Lwt_js.html">
<link title="Regexp" rel="Chapter" href="Regexp.html">
<link title="Url" rel="Chapter" href="Url.html">
<link title="XmlHttpRequest" rel="Chapter" href="XmlHttpRequest.html"><title>Lwt_js</title>
</head>
<body>
<div class="navbar"><a href="Json.html">Previous</a>
&nbsp;<a href="index.html">Up</a>
&nbsp;<a href="Regexp.html">Next</a>
</div>
<center><h1>Module <a href="type_Lwt_js.html">Lwt_js</a></h1></center>
<br>
<pre><span class="keyword">module</span> Lwt_js: <code class="code">sig</code> <a href="Lwt_js.html">..</a> <code class="code">end</code></pre>Javascript specific Lwt functions.<br>
<hr width="100%">
<pre><span id="VALsleep"><span class="keyword">val</span> sleep</span> : <code class="type">float -> unit Lwt.t</code></pre><div class="info">
<code class="code">sleep d</code> is a threads which remain suspended for <code class="code">d</code> seconds
      and then terminates.<br>
</div>
<pre><span id="VALyield"><span class="keyword">val</span> yield</span> : <code class="type">unit -> unit Lwt.t</code></pre><div class="info">
<code class="code">yield ()</code> is a threads which suspends itself and then resumes
      as soon as possible and terminates.<br>
</div>
</body></html>