atomrc / callbag-debounce

Debounce ⏱ operator for Callbag 👜
MIT License
12 stars 5 forks source link

Support pullable sources #3

Open Andarist opened 6 years ago

Andarist commented 6 years ago

Actually this is pretty useless now - it only exhausts the pullable source (which I guess is something 😉 ). In a followup PR I can tweak this, but we'd have to establish what completions should do with a pending value and if completions should be debounced too. Various stream libraries do various things for those, so there is no "right answer" here - more about differences in other implementations can be found here

Andarist commented 6 years ago

cc @franciscotln