CommandQueue

fun <T> CommandQueue(    handler: Handler,     callbacks: CommandQueueCallback<T>,     operationTimeout: Long)