depends on what the semantic of debouncer is
the simplest is just a buffer that drops all but one element
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.