1 2 3 4
use crate::Threadpool; use std::sync::OnceLock; pub(crate) static THREADPOOL: OnceLock<Threadpool> = OnceLock::new();