Programming question, Rust
Rustaceans here: what's the best way of making my program hang on purpose on Windows (multi-platform would be nice though)?As in "App not responding". Is that even possible in a terminal application? In GUI I would only need to park the UI thread I guess...