mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
3 lines
129 B
Rust
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)); }
|