| Modifier and Type | Method and Description |
|---|---|
static <X extends Exception> |
Attempts.runParallel(int count,
XConsumer<Integer,X> xConsumer)
Repeatedly performs a specific operation in parallel threads.
|
static <X extends Exception> |
Attempts.runParallel(int count,
XRunnable<X> xRunnable)
Repeatedly performs a specific operation in parallel threads.
|
static <X extends Exception> |
Attempts.runSerial(int count,
XConsumer<Integer,X> xConsumer)
Repeatedly performs a specific operation in the current thread.
|
static <X extends Exception> |
Attempts.runSerial(int count,
XRunnable<X> xRunnable)
Repeatedly performs a specific operation in the current thread.
|
Copyright © 2020. All rights reserved.