Treatment concentrateBlock

std/flow/concentrate::concentrateBlock


Generics

◻ T (any)

Configuration

⬡ concentrator: std/flow/concentrate::Concentrator

Inputs

⇥ data: Block<T>


Receive a single Block<T> value and forward it into the Concentrator channel for type T on the current track.

Block variant of concentrate; use when the producer emits exactly one value rather than a stream.