Treatment uncheck

std/flow::uncheck


Generics

◻ T (any)

Inputs

⇥ value: Block<T>

Outputs

↦ uncheck: Block<void>


Uncheck a blocking value.

When value block stream is closed without receiving anything, uncheck is emitted.

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