pub fn stop_flashing_windows_blocking(
windows: Vec<(HWND, Option<Desktop>)>,
) -> Result<(), Box<dyn Error>>
Expand description
Calls stop_flashing_window
using the simple async runtime provided by
crate::block_on
.
ยงCancellation
If the program exits before this function completes then some windows might remain hidden and never become visible again.