CommandQueueCallback

abstract class CommandQueueCallback<T>

Constructors

Link copied to clipboard
fun CommandQueueCallback()

Functions

Link copied to clipboard
open fun onNewOperation(operation: T)

This is the main command execution machine, often called immediately after another command has finished.

Link copied to clipboard
open fun onOperationTimeout(operation: T)