Searched defs:Handle (Results 1 – 7 of 7) sorted by relevance
42 pub(crate) struct Handle { struct44 io: IoHandle, argument46 time: TimeHandle, argument89 impl Handle { impl104 impl Handle { implementation129 impl Handle { implementation
54 pub(crate) fn unpark(&self, handle: Arc<Handle>) { in unpark()145 fn unpark(&self, handle: Arc<Handle>) { in unpark()
89 pub(crate) fn get_handle(&self) -> std::sync::Arc<Handle> { in get_handle()
79 pub(crate) fn run_worker(worker: Arc<Worker>, handle: Arc<Handle>) { in run_worker()
331 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()104 type Handle = Http1Conn<S>; typedef106 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()569 type Handle = Http2Conn<S>; typedef572 fn dispatch(&self) -> Option<Self::Handle> { in dispatch()