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 { impl
39 impl Drop for Handle { implementation
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs18 type Handle; typedef
20 fn dispatch(&self) -> Option<Self::Handle>; in dispatch()
40 type Handle = Conn<S>; typedef
42 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()
178 type Handle = Http1Conn<S>; typedef
180 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()
539 type Handle = Http2Conn<S>; typedef
541 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()
1036 type Handle = Http3Conn<S>; typedef
1038 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()