fable-promise
fable-promise copied to clipboard
suggestion: AsyncIterable.iterAsync/iterPromise function
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.