public final class ExecutorUtils extends Object
ExecutorServices.| Modifier and Type | Method and Description | 
|---|---|
| static ExecutorService | newSingleDaemonThreadExecutor(int queueCapacity,
                             String threadNameFormat)Create a bounded-queue executor with one thread for performing background tasks. | 
| static Executor | unmanagedExecutor(Executor executor)Wrap an executor in a type that cannot be closed, or shut down. | 
public static ExecutorService newSingleDaemonThreadExecutor(int queueCapacity, String threadNameFormat)
Copyright © 2021. All rights reserved.