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.rs49 pub(crate) struct Handle { struct
51 io: IoHandle, argument
53 time: TimeHandle, argument
104 impl Handle { implementation
119 impl Handle { implementation
144 impl Handle { implementation
Dparker.rs55 pub(crate) fn unpark(&self, handle: Arc<Handle>) { in unpark()
188 fn unpark(&self, handle: Arc<Handle>) { in unpark()
Dmod.rs85 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.rs326 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.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()