feat(AsyncExecutionStack): Improve non-exclusive task management with concurrency limit controls and enhanced monitoring in AsyncExecutionStack.

This commit is contained in:
2025-04-25 18:57:26 +00:00
parent 5d9624bd56
commit 84babb3cd4
6 changed files with 8405 additions and 3256 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/lik',
version: '6.1.0',
version: '6.2.0',
description: 'Provides a collection of lightweight helpers and utilities for Node.js projects.'
}