TibrvEventOnComplete

Class

Declaration

class TibrvEventOnComplete

Purpose

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

Remarks

Implement this interface to post-process destroyed events.

Method

Description

TibrvEventOnComplete::onComplete()

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