mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
feat(packages/stdlib): init async utils
This commit is contained in:
0
packages/stdlib/src/async/index.ts
Normal file
0
packages/stdlib/src/async/index.ts
Normal file
3
packages/stdlib/src/async/pool/index.ts
Normal file
3
packages/stdlib/src/async/pool/index.ts
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export type AsyncPoolOptions = {
|
||||||
|
concurrency?: number;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user