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

◆ RunDramaHasExited()

virtual int drama::RunDramaExitNotifier::RunDramaHasExited ( )
pure virtual

Invoked by DRAMA when the run loop exits.


Must be implemented by subclasses.

Returns
The number of threads which were notified. (Actually, the specification does not otherwise mention threads, the intention here is to run the number of things we may need to wait on.)

Implemented in drama::thread::TUface.