Treatment waitBlock

std/flow::waitBlock


Generics

◻ T (any)

Inputs

⇥ a: Block<T>
⇥ b: Block<T>

Outputs

↦ awaited: Block<void>


Await blocks.

Wait for two blocks and send awaited once both are received.

ℹ️ If one block is never received, awaited is never emitted.