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.9 KiB
2 lines
1.9 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="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="../../index.html">infer</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">InferModules.Timeout</span></h1></header><p>Handle timeout events</p><div class="spec val" id="val-exe_timeout"><a href="#val-exe_timeout" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>exe_timeout : (<span class="type-var">'a</span> <span class="keyword">‑></span> unit) <span class="keyword">‑></span> <span class="type-var">'a</span> <span class="keyword">‑></span> <a href="../../../InferBase/InferBase/SymOp/index.html#type-failure_kind">InferBase.SymOp.failure_kind</a> option</code></div><div class="doc"><p>Execute the function up to a given timeout.</p></div></div><div class="spec val" id="val-resume_previous_timeout"><a href="#val-resume_previous_timeout" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>resume_previous_timeout : unit <span class="keyword">‑></span> unit</code></div><div class="doc"><p>Resume a previously suspended timeout.</p></div></div><div class="spec val" id="val-suspend_existing_timeout"><a href="#val-suspend_existing_timeout" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>suspend_existing_timeout : keep_symop_total:bool <span class="keyword">‑></span> unit</code></div><div class="doc"><p>Suspend the current timeout. It must be resumed later.</p></div></div></body></html> |