UNPKG
@mrli-utils/asyncpool
Version:
latest (2.0.0)
2.0.0
0.1.2
异步请求并发控制函数,限制同一时间发起的请求量
github.com/lijiahong123/async-pool/tree/master
lijiahong123/async-pool
@mrli-utils/asyncpool
/
dist
/
types
/
index.d.ts
3 lines
(2 loc)
•
63 B
TypeScript
View Raw
1
2
3
import
asyncPool
from
"./lib/asyncPool"
;
export
{ asyncPool };