tune
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user