Fix I/O events cross different states

This commit is contained in:
Ruihan Li
2024-07-27 12:17:54 +08:00
committed by Tate, Hongliang Tian
parent f831f5685f
commit 421f6b8e5b
7 changed files with 277 additions and 102 deletions

View File

@ -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>,
}