eager-async-pool:JS的完全基于异步可迭代的异步池

时间:2024-05-29 11:29:36
【文件属性】:

文件名称:eager-async-pool:JS的完全基于异步可迭代的异步池

文件大小:46KB

文件格式:ZIP

更新时间:2024-05-29 11:29:36

JavaScript

渴望异步池 简单易用,完全异步且基于可迭代JavaScript和TypeScript异步池。 与本机Promises一起使用。 特征 零依赖 使用本地Promise和迭代器 支持没有本机迭代器的较旧环境 兼容到ES3 处理项目后立即采取行动 取消令牌 快速开始 npm install eager-async-pool或yarn add eager-async-pool const { asyncPool } = require ( 'eager-async-pool' ) // exceptionally useful executor const executor = ( n ) => 'Number is: ' + n // absolutely realistic dataset const items = [ 1 , 2 , 3 , 4 ] for await ( const


【文件预览】:
eager-async-pool-master
----.gitignore(39B)
----package.json(623B)
----modern.d.ts(22B)
----LICENSE(1KB)
----tsconfig.json(246B)
----README.md(4KB)
----lib()
--------cancel.d.ts(882B)
--------modern.d.ts(24B)
--------index.js(3KB)
--------utils.js(1KB)
--------cancel.js(1KB)
--------index.d.ts(3KB)
--------modern.js(2KB)
----test()
--------utils.spec.js(1KB)
--------utils.js(406B)
--------async-pool.spec.js(7KB)
--------cancel.spec.js(5KB)
--------typescript.ts(441B)
----yarn.lock(80KB)
----modern.js(41B)

网友评论