AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ RunDramaHasExited()

virtual int drama::thread::TUface::RunDramaHasExited ( )
overridevirtual

Invoked when the drama::task::RunDrama() loop exits.

Implements a method required by the RunDramaExitNotifier abstract class, which we sub-class. It is used internally to notify any threads waiting on DRAMA messages that the message will never occur.

DRAMA Lock taken when invoked.

Returns
The number of threads which were notified.

Implements drama::RunDramaExitNotifier.