yazi-shared 26.5.6

Yazi shared library
Documentation
1
2
3
4
use tokio::task::LocalSet;
use yazi_shim::cell::RoCell;

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