mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 09:23:25 +00:00
Move Pauser's functionality to Waiter/WaiterQueue and add the per-thread signalled waker
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
1873bb7a3f
commit
822caf34f4
@ -54,6 +54,7 @@ pub(crate) use crate::{
|
||||
current, current_thread,
|
||||
error::{Errno, Error},
|
||||
print, println,
|
||||
process::signal::Pause,
|
||||
time::{wait::WaitTimeout, Clock},
|
||||
};
|
||||
pub(crate) type Result<T> = core::result::Result<T, Error>;
|
||||
|
Reference in New Issue
Block a user