Graceful Shutdown in Rust CLI Tools
In the last post, I covered debouncing - how watchr groups rapid file events into a single one. This post covers something smaller but just as important: what happens when you hit Ctrl+C
The problem
w
bytelogger.hashnode.dev3 min read