Searched defs:shutdown_handle (Results 1 – 8 of 8) sorted by relevance
89 let shutdown_handle = runtime.spawn(async move { in sdv_client_public_key_pinning() localVariable138 let shutdown_handle = runtime.spawn(async move { in sdv_client_public_key_pinning() localVariable187 let shutdown_handle = runtime.spawn(async move { in sdv_client_public_key_pinning() localVariable271 let shutdown_handle = runtime.spawn(async move { in sdv_client_public_key_pinning_error() localVariable
63 let shutdown_handle = ylong_runtime::spawn(async move { in sdv_client_custom_dns_resolver() localVariable
70 let shutdown_handle = ylong_runtime::spawn(async move { in sdv_async_client_send_request() localVariable
232 let shutdown_handle = $runtime.spawn(async move { localVariable286 let shutdown_handle = $runtime.spawn(async move { localVariable
250 let shutdown_handle = $runtime.spawn(async move { localVariable304 let shutdown_handle = $runtime.spawn(async move { localVariable
132 let shutdown_handle = ylong_runtime::spawn(async move { localVariable
126 let shutdown_handle = std::thread::spawn(move || { localVariable
374 shutdown_handle: Arc<(Mutex<usize>, Condvar)>, field