Searched defs:sendAsync (Results 1 – 2 of 2) sorted by relevance
60 private static <T> CompletableFuture<T> sendAsync(SdkAsyncHttpClient client, in sendAsync() method in AsyncHttpRequestHelper
402 void SyncThread::sendAsync(std::function<void(WorkerId)> job, std::string description) { in sendAsync() function in gfxstream::SyncThread