Home
last modified time | relevance | path

Searched defs:Waiters (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dschedule_io.rs51 pub(crate) struct Waiters { struct
52 list: LinkedList<Waiter>,
55 reader: Option<Waker>,
57 writer: Option<Waker>,
59 is_shutdown: bool,