1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

feat(packages/stdlib): init async utils

This commit is contained in:
2024-10-15 06:24:50 +07:00
parent d415e61ac0
commit eadf791942
2 changed files with 3 additions and 0 deletions

View File

View File

@@ -0,0 +1,3 @@
export type AsyncPoolOptions = {
concurrency?: number;
}