1 2 3 4 5 6
pub mod ring_buffer; #[cfg(debug_assertions)] pub fn thread_name() -> String { std::thread::current().name().unwrap().to_string() }