Results 788 comments of Benjamin Gruenbaum

What is the "logical" order of flatMap with concurrency?

The only non-streaming alternative with concurrency is we buffer the intermediate iterators?

@ronag yes but items themselves are iterables of multiple items. If we want them to come in the same sub order we need to buffer all the sub iterations (without...

@ronag so you would prefer we buffer the inner async iterables and yield them "in order" from flatMap? In terms of scheduling the sub-tasks do you have a better idea...

@ronag how would that work with concurrency and @MoLow 's async generator case?

Basically https://github.com/nodejs/node/issues/48754#issuecomment-1637000885 - I'm +1 because I think that this can't be done well in userland (it's not "just a few lines of code" as implied) and otoh it's hypocritical...

No this fix looks correct it was just missed - apologies this is our bad.

Thank you for your patience we truly don't deserve it and apologies for the contribution experience. Let's run CI and land this as soon as it's green.

CI is green, let's wait for GitHub CI to be green too and land

Ah, CI is green but GitHub CI needs to rerun so let's do that