We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The default blockingForEach uses blockingIterable with its default prefetch. Add an overload that uses blockingIterable(prefetch) internally.
blockingForEach
blockingIterable
blockingIterable(prefetch)
Also the Backpressure section of the current blockingForEach is wrong as blockingIterable is bounded.