| Package | Description |
|---|---|
| me.lucko.helper |
| Modifier and Type | Method and Description |
|---|---|
static Scheduler |
Schedulers.async()
Returns an "async" scheduler, which executes tasks asynchronously.
|
static Scheduler |
Schedulers.get(ThreadContext context)
Gets a scheduler for the given context.
|
static Scheduler |
Schedulers.sync()
Returns a "sync" scheduler, which executes tasks on the main server thread.
|
Copyright © 2020. All rights reserved.