You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
1.8 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Timeout (infer.InferModules.Timeout)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> <a href="../../index.html">infer</a> &#x00BB; <a href="../index.html">InferModules</a> &#x00BB; Timeout</nav><h1>Module <code>InferModules.Timeout</code></h1></header><aside><p>Handle timeout events</p></aside><dl><dt class="spec value" id="val-exe_timeout"><a href="#val-exe_timeout" class="anchor"></a><code><span class="keyword">val</span> exe_timeout : <span>(<span class="type-var">'a</span> <span>&#45;&gt;</span> unit)</span> <span>&#45;&gt;</span> <span class="type-var">'a</span> <span>&#45;&gt;</span> <span><a href="../../../InferBase/InferBase/SymOp/index.html#type-failure_kind">InferBase.SymOp.failure_kind</a> option</span></code></dt><dd><p>Execute the function up to a given timeout.</p></dd></dl><dl><dt class="spec value" id="val-resume_previous_timeout"><a href="#val-resume_previous_timeout" class="anchor"></a><code><span class="keyword">val</span> resume_previous_timeout : unit <span>&#45;&gt;</span> unit</code></dt><dd><p>Resume a previously suspended timeout.</p></dd></dl><dl><dt class="spec value" id="val-suspend_existing_timeout"><a href="#val-suspend_existing_timeout" class="anchor"></a><code><span class="keyword">val</span> suspend_existing_timeout : <span>keep_symop_total:bool</span> <span>&#45;&gt;</span> unit</code></dt><dd><p>Suspend the current timeout. It must be resumed later.</p></dd></dl></div></body></html>