Skip to content

feat: flowAsync (async compose) - #1915

Open
hazrid93 wants to merge 1 commit into
toss:mainfrom
hazrid93:hazrid93/41_1658
Open

feat: flowAsync (async compose)#1915
hazrid93 wants to merge 1 commit into
toss:mainfrom
hazrid93:hazrid93/41_1658

Conversation

@hazrid93

Copy link
Copy Markdown

Closes #1658.

Add flowAsync(...funcs): the async counterpart of flow: that awaits each step's result before passing it to the next function. Works with mixed sync/async steps (await passes sync values through unchanged). Preserves this context like flow.

@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
es-toolkit Ready Ready Preview, Comment Jul 20, 2026 11:15am

Request Review

Closes toss#1658.

Add flowAsync(...funcs): the async counterpart of flow: that awaits each step's result before passing it to the next function. Works with mixed sync/async steps (await passes sync values through unchanged). Preserves this context like flow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: flowAsync

1 participant