HomeSort by relevance Sort by last modified time
    Searched defs:AsyncResult (Results 1 - 4 of 4) sorted by null

  /external/perfetto/include/perfetto/ipc/
async_result.h 33 class AsyncResult {
35 static AsyncResult Create() {
36 return AsyncResult(std::unique_ptr<T>(new T()));
39 AsyncResult(std::unique_ptr<T> msg = nullptr,
45 AsyncResult(AsyncResult&&) noexcept = default;
46 AsyncResult& operator=(AsyncResult&&) = default;
  /external/python/cpython2/Lib/multiprocessing/
pool.py 586 AsyncResult = ApplyResult # create alias -- see #17805
  /external/python/cpython3/Lib/multiprocessing/
pool.py 668 AsyncResult = ApplyResult # create alias -- see #17805
  /external/dokka/maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g20190326/
dokka-fatjar-0.9.17-g20190326.jar 

Completed in 527 milliseconds