Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dasync_source.rs38 pub(crate) struct AsyncSource<E: Source> { struct
42 /// Entry list of the runtime's reactor, `AsyncSource` object will be argument
51 impl<E: Source> AsyncSource<E> { argument
239 impl<E: Source> Deref for AsyncSource<E> { implementation
249 impl<E: Source> Drop for AsyncSource<E> { implementation
259 impl<E: Source> Drop for AsyncSource<E> { implementation