Skip to content

Conversation

@Indomitable
Copy link
Owner

More async features:

  • takeWhile
  • skip
  • skipWhile
  • distinct
  • groupBy
  • toMap
  • fromPromises: create async iterable from promises
  • Subjects: ability to create async iterable from manually emitting values: hod and cold iterables.

and some sync features:

  • flat
  • flatMap
  • better skip while performance

- Ability to convert sequence of promises to AsyncIterable
- Add group and toMap methods which help to group promises in fulfilled and rejected

Signed-off-by: vmladenov <v.mladenov@hotmail.com>
Signed-off-by: vmladenov <v.mladenov@hotmail.com>
Signed-off-by: vmladenov <v.mladenov@hotmail.com>
- Move flag check before condition to prevent calling it after start emitting values

Signed-off-by: vmladenov <v.mladenov@hotmail.com>
Signed-off-by: vmladenov <v.mladenov@hotmail.com>
Signed-off-by: vmladenov <v.mladenov@hotmail.com>
@Indomitable Indomitable changed the title Feat/async iterables More Async Iterables operators Nov 1, 2025
@Indomitable Indomitable merged commit d3b88fd into main Nov 1, 2025
1 check passed
@Indomitable Indomitable deleted the feat/async-iterables branch November 1, 2025 21:24
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.

2 participants