Add support for Rcu to store an Either

This commit is contained in:
Ruihan Li
2025-04-11 10:11:08 +08:00
committed by Tate, Hongliang Tian
parent a1f81df263
commit de69fd6c31
5 changed files with 233 additions and 5 deletions

View File

@ -43,7 +43,7 @@ pub mod task;
pub mod timer;
pub mod trap;
pub mod user;
pub(crate) mod util;
pub mod util;
use core::sync::atomic::{AtomicBool, Ordering};