<@U3ZLHBTLG> Something like this maybe? ``` consu...
# coroutines
e
@louiscad Something like this maybe?
Copy code
consume { 
    receive() /* skip the most recent value */
    // initiate some action that publishes update
    receive() /* wait for next update */
}
👍🏽 1