public final class Schedulers
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Scheduler |
computation() |
static Scheduler |
from(java.util.concurrent.Executor executor) |
static Scheduler |
immediate()
Deprecated.
|
static Scheduler |
io() |
static Scheduler |
newThread() |
static void |
shutdown() |
static Scheduler |
single() |
static void |
start() |
static TestScheduler |
test() |
static Scheduler |
trampoline() |
public static Scheduler computation()
public static Scheduler io()
public static TestScheduler test()
public static Scheduler trampoline()
public static Scheduler newThread()
public static Scheduler single()
@Deprecated public static Scheduler immediate()
public static Scheduler from(java.util.concurrent.Executor executor)
public static void shutdown()
public static void start()