public class QueueSupport
extends java.lang.Object
| Constructor and Description |
|---|
QueueSupport() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dispatchApply(DispatchQueue queue,
int iterations,
java.lang.Runnable runnable) |
static void |
dispatchApply(DispatchQueue queue,
int iterations,
Task task) |
public static void dispatchApply(DispatchQueue queue, int iterations, java.lang.Runnable runnable) throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic static void dispatchApply(DispatchQueue queue, int iterations, Task task) throws java.lang.InterruptedException
java.lang.InterruptedException