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 { implementation39 impl Drop for Handle { implementation
15 type Handle; typedef17 fn dispatch(&self) -> Option<Self::Handle>; in dispatch()31 type Handle = Conn<S>; typedef33 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()107 type Handle = Http1Conn<S>; typedef109 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()368 type Handle = Http2Conn<S>; typedef370 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()