Class Split<T>

java.lang.Object
net.pincette.rs.ProcessorBase<T,T>
net.pincette.rs.Split<T>
Type Parameters:
T - the value type.
All Implemented Interfaces:
Flow.Processor<T,T>, Flow.Publisher<T>, Flow.Subscriber<T>

public class Split<T> extends ProcessorBase<T,T>
When the upstream or downstream could cause races, this processor serializes everything. It uses a shared thread.
Since:
3.0
Author:
Werner Donné