matt
12/21/2017, 10:11 PMFlowable pipeline and I add a .parallel() at the end to use a parallel subscribe (e.g., subscribing to a Flowable<ByteArray> and saving each rail to a separate file), will that make the entire pipeline parallel? or do I need to use .parallel() at the beginning?