mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-24 16:21:04 +00:00
4 lines
113 B
Rust
4 lines
113 B
Rust
use tokio::task::LocalSet;
|
|
use yazi_shim::cell::RoCell;
|
|
|
|
pub static LOCAL_SET: RoCell<LocalSet> = RoCell::new();
|