The default `blockingForEach` uses `blockingIterable` with its default prefetch. Add an overload that uses `blockingIterable(prefetch)` internally. Also the **Backpressure** section of the current `blockingForEach` is wrong as `blockingIterable` is bounded.