mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-28 03:43:23 +00:00
Fix I/O events cross different states
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
f831f5685f
commit
421f6b8e5b
@ -13,7 +13,6 @@ use crate::{
|
||||
|
||||
/// A pollee maintains a set of active events, which can be polled with
|
||||
/// pollers or be monitored with observers.
|
||||
#[derive(Clone)]
|
||||
pub struct Pollee {
|
||||
inner: Arc<PolleeInner>,
|
||||
}
|
||||
|
Reference in New Issue
Block a user