Searched defs:Handle (Results 1 – 7 of 7) sorted by relevance
46 impl Handle { impl61 impl Handle { impl86 impl Handle { impl103 impl Handle { impl129 impl Handle { impl
55 pub(crate) fn unpark(&self, handle: Arc<Handle>) { in unpark()165 fn unpark(&self, handle: Arc<Handle>) { in unpark()
88 pub(crate) fn get_handle(&self) -> std::sync::Arc<Handle> { in get_handle()
91 pub(crate) fn run_worker(worker: Arc<Worker>, handle: Arc<Handle>) { in run_worker()
392 fn async_thread_proc(inner: Arc<Inner>, worker: Arc<Worker>, handle: Arc<Handle>) { in async_thread_proc()
20 pub(crate) struct Handle(HANDLE); struct22 impl Handle { impl39 impl Drop for Handle { implementation
18 type Handle; typedef20 fn dispatch(&self) -> Option<Self::Handle>; in dispatch()40 type Handle = Conn<S>; typedef42 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()178 type Handle = Http1Conn<S>; typedef180 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()539 type Handle = Http2Conn<S>; typedef541 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()1036 type Handle = Http3Conn<S>; typedef1038 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()