You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fo-ts bindings for AsyncIterable module, which is lazy lists from the promise land.
Current Behavior
Desired Behavior
Suggested Solution
Who does this impact? Who is this for?
Describe alternatives you've considered
Haven't considered if we should DIY with a mix like Iterable<Task<A>>, which might be the preferred solution.
I feel like AsyncIterable exists because Promises are eager.
Additional context
Your environment
Software
Version(s)
fp-ts
fp-ts-contrib
TypeScript
The text was updated successfully, but these errors were encountered:
🚀 Feature request
fo-ts bindings for AsyncIterable module, which is lazy lists from the promise land.
Current Behavior
Desired Behavior
Suggested Solution
Who does this impact? Who is this for?
Describe alternatives you've considered
Haven't considered if we should DIY with a mix like
Iterable<Task<A>>
, which might be the preferred solution.I feel like
AsyncIterable
exists because Promises are eager.Additional context
Your environment
The text was updated successfully, but these errors were encountered: