| Package | Description |
|---|---|
| org.smallibs.concurrent.execution | |
| org.smallibs.concurrent.execution.impl | |
| org.smallibs.concurrent.promise | |
| org.smallibs.data |
| Modifier and Type | Method and Description |
|---|---|
Promise<Unit> |
Executor.async(Executor.RunnableWithError task)
Async method
|
| Modifier and Type | Method and Description |
|---|---|
Promise<Unit> |
ExecutorImpl.async(Executor.RunnableWithError task) |
| Modifier and Type | Method and Description |
|---|---|
static Promise<Unit> |
PromiseHelper.exists(Promise... promises) |
static Promise<Unit> |
PromiseHelper.forall(Promise... promises) |
static Promise<Unit> |
PromiseHelper.join(Promise... promises) |
| Modifier and Type | Method and Description |
|---|---|
static Unit |
Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Unit[] |
Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.