1 2 3 4 5 6
use crate::prelude::*; #[allow(missing_docs)] pub type SignalHandler = Box<dyn Fn() + Send + Sync>; pub fn lazy_per_thread_init() {}