mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
5 lines
104 B
Rust
5 lines
104 B
Rust
use tokio::task::LocalSet;
|
|
|
|
use crate::RoCell;
|
|
|
|
pub static LOCAL_SET: RoCell<LocalSet> = RoCell::new();
|