fable-promise icon indicating copy to clipboard operation
fable-promise copied to clipboard

suggestion: AsyncIterable.iterAsync/iterPromise function

Open joprice opened this issue 6 months ago • 2 comments

The AsyncIteratable.iter function doesn't allow processing an item using a promise. It would be convenient to have another helper that adds an await here: https://github.com/fable-compiler/fable-promise/blob/b40f8cd1d6b3582baea1aeaf98b180e3d27bc4f0/src/AsyncIterable.fs#L49.

joprice avatar Jul 27 '24 00:07 joprice