use once_cell::sync::Lazy; use tokio::sync::Semaphore; pub static BLOCKER: Lazy = Lazy::new(|| Semaphore::new(1));