Class: ValueStream

ValueStream(activation_threshold)

new ValueStream(activation_threshold)

Create a value stream base class. Do not call this directly, use the static methods create_from_streams or create_source to construct an appropriate subclass
Parameters:
Name Type Description
activation_threshold int if supplied, block publishing onto this stream until this many subscribers are active
Source: