fix(tests): improve buffered task tests: add chain, concurrency and queue behavior tests

This commit is contained in:
2026-02-15 21:56:39 +00:00
parent ed3bd99406
commit 6ca6cf6bc0
4 changed files with 146 additions and 39 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/taskbuffer',
version: '6.1.0',
version: '6.1.1',
description: 'A flexible task management library supporting TypeScript, allowing for task buffering, scheduling, and execution with dependency management.'
}