Treatment sendBlock

distrib::sendBlock


Generics

◻ S: Serialize

Configuration

⬡ distributor: distrib::DistributionEngine

Parameters

↳ var name: string

Inputs

⇥ data: Block<S>
⇥ distribution_id: Block<u64>


Treatment send_block for sending a single value to a distributed input.

The provided data block is consumed once, serialized and sent to the remote side. The remote input is closed after transmission.