2 lines
1.7 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Biabduction__Timeout (infer.Biabduction__Timeout)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><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; Biabduction__Timeout</nav><h1>Module <code>Biabduction__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="../IBase/SymOp/index.html#type-failure_kind">IBase.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>