@m-xushu/task-quene
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

taskQuene 项目

js异步任务队列

Usage

import taskQuene from '@m-xushu/task-quene';

const testTaskQuene = new taskQuene();
const taskId = testTaskQuene.enqueue(task1, task2);
const res = await testTaskQuene.run(taskId);
console.log(res);

Develop

yarn && yarn dev

git commit rules

  • <type>[optional scope]: <description>
  • type required 类型(必选)
    • feat 功能
    • fix bug
    • test 测试
    • perf 优化
    • refactor 重构
    • docs 文档
    • chore 辅助工具配置
    • style 格式(适用 lint fix)
    • revert 回滚
    • merge 合并
    • sync 同步(同步主线、分支上的 fix 修复等)
  • optional scope 涉及范围 (可选)
  • description 描述
  • 示例:docs(README.md): update xxxxxx

Readme

Keywords

none

Package Sidebar

Install

npm i @m-xushu/task-quene

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

10.5 kB

Total Files

9

Last publish

Collaborators

  • miaocunhui