| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.util |
| Modifier and Type | Method and Description |
|---|---|
List<TaskQueue.Task> |
TaskQueue.shutdown(boolean awaitQuiescence)
Shut down this executor, optionally awaiting completion of any currently-executing tasks.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaskQueue.execute(TaskQueue.Task task)
Queue a
TaskQueue.Task to be executed. |
@Nullable CompletionStage<Unit> |
TaskQueue.submit(TaskQueue.Task task)
Queue a
TaskQueue.Task to be executed, returning a CompletionStage that will
complete when the task has been executed. |
Copyright © 2025. All rights reserved.