| Package | Description |
|---|---|
| net.tascalate.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static RetryRunnable |
RetryRunnable.from(Runnable runnable) |
| Modifier and Type | Method and Description |
|---|---|
static RetryCallable<Void,Void> |
RetryCallable.from(RetryRunnable runnable) |
static Promise<Void> |
Promises.retry(RetryRunnable codeBlock,
Executor executor,
RetryPolicy<? super Void> retryPolicy) |
Copyright © 2021. All rights reserved.