>>> parZipWithM cfg f m1 m2 = Stream.zipWithM f (Stream.parEval cfg m1) (Stream.parEval cfg m2)Multi-stream concurrency options won't apply here, see the notes in parEval. If you want to evaluate the zip function as well in a separate thread, you can use a parEval on parZipWithM.