Treatment recvBlock

distrib::recvBlock


Generics

◻ D: Deserialize

Configuration

⬡ distributor: distrib::DistributionEngine

Parameters

↳ var name: string

Inputs

⇥ distribution_id: Block<u64>

Outputs

↦ data: Block<D>


Treatment recv_block for receiving a single (blocking) output value from a distributed instance.

It reads exactly one item from the remote output and emits it on the data block. Afterwards the corresponding remote name output is closed.