Skip to content

Conversation

@Indomitable
Copy link
Owner

Initial support of AsyncIterables

  • where
  • select
  • take
  • toArray

Small improvement of the group methods: the result group is FluentIterable, also the result creator accepts FluentIterable

…esults

Signed-off-by: vmladenov <v.mladenov@hotmail.com>
Introdution of fluent async funtionality
- fromEvent method: AsyncIterable returning events
- fromTimer method: AsyncIterable returning numbers sequence based on interval

Signed-off-by: vmladenov <v.mladenov@hotmail.com>
- take: read N values from AsyncIterable
- toArray: returns a promise to an array

Signed-off-by: vmladenov <v.mladenov@hotmail.com>
@Indomitable Indomitable merged commit 94904fe into main Oct 22, 2025
1 check passed
@Indomitable Indomitable deleted the feat/async-iterables branch October 22, 2025 05:45
@Indomitable Indomitable restored the feat/async-iterables branch November 2, 2025 11:15
@Indomitable Indomitable deleted the feat/async-iterables branch November 2, 2025 15:12
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