ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

change typo of threads to tasks

+1 -1
+1 -1
wire/cli/src/sigint.rs
··· 14 14 if let SIGINT = signal 15 15 && !should_shutdown.load(std::sync::atomic::Ordering::Relaxed) 16 16 { 17 - info!("Received SIGINT, attempting to shut down executor threads."); 17 + info!("Received SIGINT, attempting to shut down executor tasks."); 18 18 should_shutdown.store(true, std::sync::atomic::Ordering::Relaxed); 19 19 } 20 20 }