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.rs42 pub(crate) struct Handle { struct
44 io: IoHandle, argument
46 time: TimeHandle, argument
89 impl Handle { impl
104 impl Handle { implementation
129 impl Handle { implementation
Dparker.rs54 pub(crate) fn unpark(&self, handle: Arc<Handle>) { in unpark()
145 fn unpark(&self, handle: Arc<Handle>) { in unpark()
Dmod.rs89 pub(crate) fn get_handle(&self) -> std::sync::Arc<Handle> { in get_handle()
Dworker.rs79 pub(crate) fn run_worker(worker: Arc<Worker>, handle: Arc<Handle>) { in run_worker()
Dasync_pool.rs331 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()
104 type Handle = Http1Conn<S>; typedef
106 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()
569 type Handle = Http2Conn<S>; typedef
572 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()