mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
9 lines
318 B
Rust
9 lines
318 B
Rust
#![allow(clippy::option_map_unit_fn, clippy::unit_arg)]
|
|
|
|
yazi_macro::mod_pub!(file plugin prework process);
|
|
|
|
yazi_macro::mod_flat!(ongoing op scheduler task);
|
|
|
|
const LOW: u8 = yazi_config::Priority::Low as u8;
|
|
const NORMAL: u8 = yazi_config::Priority::Normal as u8;
|
|
const HIGH: u8 = yazi_config::Priority::High as u8;
|