Asynchronous pool Used to ensure that the number of asynchronous executions at the same time does not exceed the limit
Maximum concurrency limit
Asynchronous pool options
The number of asynchronous tasks executed in the current pool
Run asynchronous tasks in the pool Task may be delayed to start execution
Generated using TypeDoc
Asynchronous pool Used to ensure that the number of asynchronous executions at the same time does not exceed the limit