Skip to content

✨ feat: implement allSettled()#1

Open
rauhryan wants to merge 1 commit intorr/all-settled-898from
rr/all-settled-898-impl
Open

✨ feat: implement allSettled()#1
rauhryan wants to merge 1 commit intorr/all-settled-898from
rr/all-settled-898-impl

Conversation

@rauhryan
Copy link
Copy Markdown
Owner

Motivation

Addresses thefrontside#898 by adding an Effection analogue to Promise.allSettled().

This PR is stacked on top of upstream PR thefrontside#1149, which makes Result<T> part of the documented public API.

Approach

  • add allSettled() as a new combinator built from all() over box()-wrapped operations
  • return Effection Result<T> values instead of promise-style fulfilled / rejected records
  • export allSettled() from the public module surface
  • add tests covering success, failure, ordering, teardown, and type inference
  • update docs and AGENTS guidance to describe allSettled() semantics

@rauhryan rauhryan changed the title ✨ implement allSettled() ✨ feat: implement allSettled() Apr 23, 2026
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.

1 participant