public class AggregatingExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
| Modifier and Type | Field and Description |
|---|---|
(package private) DispatchQueue |
queue |
(package private) CustomDispatchSource<java.lang.Runnable,java.util.LinkedList<java.lang.Runnable>> |
source |
| Constructor and Description |
|---|
AggregatingExecutor(DispatchQueue queue) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Runnable task) |
void |
resume() |
void |
suspend() |
final DispatchQueue queue
final CustomDispatchSource<java.lang.Runnable,java.util.LinkedList<java.lang.Runnable>> source
public AggregatingExecutor(DispatchQueue queue)