Home
last modified time | relevance | path

Searched defs:future (Results 1 – 3 of 3) sorted by relevance

/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/async/
DAsyncMethodFutureAdapter.java20 private final CompletableFuture<T> future = new CompletableFuture<>(); field in AsyncMethodFutureAdapter
/thrift-3.4.0/lib/py/src/
DTTornado.py79 def with_timeout(self, timeout, future): argument
/thrift-3.4.0/lib/d/src/thrift/codegen/
Dasync_client_pool.d271 auto future = mixin("client." ~ method)(args, cancellation); in executeOnPool() local