TibrvQueueOnComplete

Class

Declaration

class TibrvQueueOnComplete

Purpose

Run program code after all callback methods of a destroyed queue have completed.

Remarks

Implement this interface to post-process destroyed queues.

Method

Description

TibrvQueueOnComplete::onComplete()

A program can destroy a queue object even when callback methods from its events are running in one or more threads. Multi-threaded programs can define methods of this type to discover when all event callback methods in progress have completed.