getCommandQueueSnapshot method
Get current snapshot of the command queue.
Implementation
List<QueuedCommand> getCommandQueueSnapshot() {
return List.unmodifiable(_commandQueue);
}
Get current snapshot of the command queue.
List<QueuedCommand> getCommandQueueSnapshot() {
return List.unmodifiable(_commandQueue);
}