Skip to main content

yazi_term/
lib.rs

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