public class DisposableExecutors
extends java.lang.Object
| Constructor and Description |
|---|
DisposableExecutors() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.concurrent.Executor |
immediate() |
static java.util.concurrent.ExecutorService |
newCachedThreadPool() |
static java.util.concurrent.ScheduledExecutorService |
newScheduledThreadPool(int size) |
static java.util.concurrent.ExecutorService |
newSingleThreadExecutor() |
static java.util.concurrent.ScheduledExecutorService |
newSingleThreadScheduledExecutor() |
public static java.util.concurrent.Executor immediate()
public static java.util.concurrent.ExecutorService newCachedThreadPool()
public static java.util.concurrent.ExecutorService newSingleThreadExecutor()
public static java.util.concurrent.ScheduledExecutorService newSingleThreadScheduledExecutor()
public static java.util.concurrent.ScheduledExecutorService newScheduledThreadPool(int size)
Copyright © 2019. All Rights Reserved.