Java com.google.common.util.concurrent JdkFutureAdapters fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.util.concurrent JdkFutureAdapters fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.util.concurrent JdkFutureAdapters.

The text is from its open source code.

Method

ListenableFuturelistenInPoolThread(Future future, Executor executor)
Submits a blocking task for the given Future to provide ListenableFuture functionality.
ListenableFuturelistenInPoolThread(Future future)
Assigns a thread to the given Future to provide ListenableFuture functionality.