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

3 lines
129 B
Rust

yazi_macro::mod_flat!(option semaphore state term);
pub fn init() { YIELD_TO_SUBPROCESS.init(tokio::sync::Semaphore::new(1)); }