This commit is contained in:
2025-07-25 16:27:29 +08:00
parent 38b27cd481
commit b5cad3c171
1114 changed files with 68009 additions and 23981 deletions
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Class LooseRunner | HiAPI-C# 2025 ">
<meta name="description" content="Provides a mechanism for running actions asynchronously in a loose manner, where only the most recent action is executed and previous pending actions are discarded.">
<meta name="description" content="Provides a mechanism for running actions asynchronously in a loose manner. Only the most recent action is executed and previous pending actions are discarded.">
<link rel="icon" href="../img/HiAPI.favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
@@ -97,8 +97,8 @@ Class LooseRunner
<dl><dt>Assembly</dt><dd>HiGeom.dll</dd></dl>
</div>
<div class="markdown summary"><p>Provides a mechanism for running actions asynchronously in a loose manner,
where only the most recent action is executed and previous pending actions are discarded.</p>
<div class="markdown summary"><p>Provides a mechanism for running actions asynchronously in a loose manner.
Only the most recent action is executed and previous pending actions are discarded.</p>
</div>
<div class="markdown conceptual"></div>