Async Utilities: Introduce a new function, async.compose, allowing users to combine multiple asynchronous functions into a single function, enhancing code modularity and reusability.
Fixes
Fix the documentation for forEachLimit and mapLimit, clarifying that items are processed individually rather than in batches. This also includes improved descriptions for parallelLimit to enhance user understanding.