| Package | Description |
|---|---|
| me.lucko.helper.scheduler.builder |
| Modifier and Type | Method and Description |
|---|---|
TaskBuilder.ThreadContextual |
TaskBuilder.async()
Marks that the new task should run async,
and returns the next builder in the chain.
|
default TaskBuilder.ThreadContextual |
TaskBuilder.on(ThreadContext context)
Defines the thread context of the new task,
and returns the next builder in the chain.
|
TaskBuilder.ThreadContextual |
TaskBuilder.sync()
Marks that the new task should run sync,
and returns the next builder in the chain.
|
Copyright © 2020. All rights reserved.