enqueue

abstract fun enqueue(qObject: T)

Places the QObject in the queue, with the specified priority Automatically, updates the number in queue response variable.

Parameters

qObject
  • the QObject to enqueue