Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dwaker.rs21 pub(crate) struct WakerInner { struct
26 impl WakerInner { argument
28 pub(crate) fn new(selector: &Selector, token: Token) -> io::Result<WakerInner> { in new()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/
Dwaker.rs25 pub(crate) struct WakerInner { struct
28 impl WakerInner { implementation
29 pub(crate) fn new(selector: &Selector, token: Token) -> io::Result<WakerInner> { in new()