Creates an execution pool for asynchronous functions with a limited concurrency.
The type of the result of the wrapped function.
The types of the parameters of the wrapped function.
The function to be executed in the pool.
Optional
Optional configuration options for the execution pool.
A wrapped function that executes asynchronously within the execution pool.
Creates an execution pool for asynchronous functions with a limited concurrency.
Function