yazi/yazi-term/src/semaphore.rs
2026-02-22 10:31:15 +08:00

4 lines
121 B
Rust

use tokio::sync::Semaphore;
use yazi_shared::RoCell;
pub static YIELD_TO_SUBPROCESS: RoCell<Semaphore> = RoCell::new();