| Package | Description |
|---|---|
| gnu.kawa.functions |
Various core run-time functions and operators.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Promise<T> |
MakePromise.makePromise(Procedure thunk) |
static <T> Promise<T> |
MakePromise.makePromiseLazy(Procedure thunk) |