Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Ddriver_handle.rs46 impl Handle { impl
61 impl Handle { impl
86 impl Handle { impl
103 impl Handle { impl
129 impl Handle { impl
Dparker.rs55 pub(crate) fn unpark(&self, handle: Arc<Handle>) { in unpark()
165 fn unpark(&self, handle: Arc<Handle>) { in unpark()
Dmod.rs88 pub(crate) fn get_handle(&self) -> std::sync::Arc<Handle> { in get_handle()
Dworker.rs91 pub(crate) fn run_worker(worker: Arc<Worker>, handle: Arc<Handle>) { in run_worker()
Dasync_pool.rs392 fn async_thread_proc(inner: Arc<Inner>, worker: Arc<Worker>, handle: Arc<Handle>) { in async_thread_proc()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dhandle.rs20 pub(crate) struct Handle(HANDLE); struct
22 impl Handle { implementation
39 impl Drop for Handle { implementation
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs15 type Handle; typedef
17 fn dispatch(&self) -> Option<Self::Handle>; in dispatch()
31 type Handle = Conn<S>; typedef
33 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()
107 type Handle = Http1Conn<S>; typedef
109 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()
368 type Handle = Http2Conn<S>; typedef
370 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()