Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dready.rs28 pub struct Ready(usize); struct
36 impl Ready { impl
50 pub(crate) fn from_event(event: &Event) -> Ready { in from_event()
91 pub(crate) fn from_usize(val: usize) -> Ready { in from_usize()
99 pub(crate) fn from_interest(interest: Interest) -> Ready { in from_interest()
115 pub(crate) fn intersection(self, interest: Interest) -> Ready { in intersection()
124 impl ops::BitOr<Ready> for Ready { implementation
133 impl ops::BitOrAssign<Ready> for Ready { implementation
135 fn bitor_assign(&mut self, other: Ready) { in bitor_assign()
140 impl ops::BitAnd<Ready> for Ready { implementation
[all …]
Dschedule_io.rs194 f: impl Fn(Ready) -> Ready, in set_readiness()
247 pub(crate) fn wake(&self, ready: Ready) { in wake()
251 fn wake0(&self, ready: Ready, shutdown: bool) { in wake0()
Ddriver.rs167 fn dispatch(&mut self, token: Token, ready: Ready) { in dispatch()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
Dtry_join3.rs70 Ready(F::Output), enumerator
Dchild.rs28 Ready(ExitStatus), enumerator
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
Ddatagram.rs98 pub async fn ready(&self, interest: Interest) -> Result<Ready> { in ready()
Dstream.rs168 pub async fn ready(&self, interest: Interest) -> Result<Ready> { in ready()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Daddr.rs56 Ready(io::Result<I>), enumerator
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dstreams.rs42 Ready(Frame), enumerator