Attempts instead@Deprecated public class Runner<X extends Exception> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <X extends Exception> |
parallel(int count,
XRunnable<X> xRunnable)
Deprecated.
use
Attempts.tryParallel(int, XRunnable) instead |
static <X extends Exception> |
sequential(int count,
XRunnable<X> xRunnable)
Deprecated.
use
Attempts.trySerial(int, XRunnable) instead |
@Deprecated public static <X extends Exception> Runner parallel(int count, XRunnable<X> xRunnable) throws X extends Exception
Attempts.tryParallel(int, XRunnable) insteadX extends Exception@Deprecated public static <X extends Exception> Runner sequential(int count, XRunnable<X> xRunnable) throws X extends Exception
Attempts.trySerial(int, XRunnable) insteadX extends ExceptionCopyright © 2020. All rights reserved.