This commit is contained in:
2025-10-16 22:18:12 +08:00
parent 6e3e702730
commit 58fe57b9c6
29 changed files with 945 additions and 220 deletions
@@ -115,6 +115,10 @@ Allows for controlled execution of tasks with a specified maximum concurrency le
<dd><p>Utility class for object locking operations.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Parallels.PriorityBasedTaskScheduler.html">PriorityBasedTaskScheduler</a></dt>
<dd></dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Parallels.QueueTaskScheduler.html">QueueTaskScheduler</a></dt>
<dd><p>A task scheduler that queues tasks and executes them in a controlled manner.