1 2 3 4 5
use tokio::task::LocalSet; use crate::RoCell; pub static LOCAL_SET: RoCell<LocalSet> = RoCell::new();