TibrvFtMonitorOnComplete

Class

Declaration

class TibrvFtMonitorOnComplete

Purpose

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

Method

Description

TibrvFtMonitorOnComplete::onComplete

A program can destroy a monitor 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.

See Also

TibrvFtMonitor::create()