mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 10:23:23 +00:00
Remove the timer module from the aster-frame and adjust the related code
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
d019de29f9
commit
b226928349
@ -8,7 +8,9 @@ use core::{
|
||||
use aster_frame::sync::WaitQueue;
|
||||
|
||||
use super::{sig_mask::SigMask, SigEvents, SigEventsFilter};
|
||||
use crate::{events::Observer, prelude::*, process::posix_thread::PosixThreadExt};
|
||||
use crate::{
|
||||
events::Observer, prelude::*, process::posix_thread::PosixThreadExt, time::wait::WaitTimeout,
|
||||
};
|
||||
|
||||
/// A `Pauser` allows pausing the execution of the current thread until certain conditions are reached.
|
||||
///
|
||||
|
Reference in New Issue
Block a user