perf: add debounce function to avoid busy loop while watching by Songmu · Pull Request #227 · k1LoW/deck · GitHub
DRANK
Sorry for the series of minor changes. In #226, the watch loop was optimized, but I was concerned about the possibility of a busy loop occurring. Since the Go compiler optimizes it, there is no maj...