Treatment check

std/flow::check


Generics

◻ T (any)

Inputs

⇥ value: Block<T>

Outputs

↦ check: Block<void>


Check a blocking value.

When value block is received, check is emitted.

graph LR
     T("check()")
     B["〈🟨〉"] -->|value| T
         
     T -->|check| S["〈🟦〉"]
     
     style B fill:#ffff,stroke:#ffff
     style S fill:#ffff,stroke:#ffff