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

◆ JoinThreads()

virtual bool drama::RunDramaExitNotifier::JoinThreads ( std::chrono::steady_clock::time_point  until)
pure virtual

Invoked by DRAMA when the run loop exists.

Must be implemented by subclasses.

Wait for the for any threads created to join.

Parameters
untilThe time point to wait for the join for.
Returns
Returns true if a thread joined, false otherwise.

Implemented in drama::thread::TUface.