core-async

roklenarcic 2019-12-24T12:31:47.042200Z

depends on what the semantic of debouncer is

roklenarcic 2019-12-24T12:32:32.043300Z

the simplest is just a buffer that drops all but one element

2019-12-24T19:00:03.048800Z

I think I've seen the behavior where things skip the buffer if their a waiters, but thinking about, I don't recall seeing it in the code, so I maybe mistaken.