Searched defs:future (Results 1 – 3 of 3) sorted by relevance
20 private final CompletableFuture<T> future = new CompletableFuture<>(); field in AsyncMethodFutureAdapter
79 def with_timeout(self, timeout, future): argument
271 auto future = mixin("client." ~ method)(args, cancellation); in executeOnPool() local