yazi-shared 26.1.4

Yazi shared library
Documentation
1
2
3
4
5
use tokio::task::LocalSet;

use crate::RoCell;

pub static LOCAL_SET: RoCell<LocalSet> = RoCell::new();