fix(task): Implement core Task execution flow, buffering and lifecycle; update README with generics and buffer docs

This commit is contained in:
2025-08-26 20:42:52 +00:00
parent d54012379c
commit b1725cbdf9
4 changed files with 328 additions and 1 deletions

View File

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