Class Executors


  • public final class Executors
    extends Object
    Additional factory and utility methods for executors.

    Use this instead of Executors, because it ensures that the returned Executor uses a ThreadFactory that is named, has a logging UncaughtExceptionHandler, and returns (Guava's) ListenableFuture.