Skip to content

feat(async/unstable): add support for AbortSignal in pooledMap#7240

Open
tomas-zijdemans wants to merge 12 commits into
denoland:mainfrom
tomas-zijdemans:pool-signal
Open

feat(async/unstable): add support for AbortSignal in pooledMap#7240
tomas-zijdemans wants to merge 12 commits into
denoland:mainfrom
tomas-zijdemans:pool-signal

Conversation

@tomas-zijdemans

Copy link
Copy Markdown
Contributor

Note

Recreates #7014, which was closed automatically when I accidentally deleted the head fork. The branch is identical to the original PR head.

tomas-zijdemans and others added 12 commits February 19, 2026 08:43
… cast

Address review nits on `pooledMap` options overload: expand the JSDoc to
mention that the returned iterator rejects with `options.signal.reason` on
abort or with an `AggregateError` of `iteratorFn` rejections, and drop the
unnecessary `as unknown` cast since `e` is already typed `unknown` under
strict catch typing.

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-actions github-actions Bot added the async label Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants