mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 19:04:46 +00:00
feat(packages/stdlib): init async utils
This commit is contained in:
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