trunk/branch integration: documentation

This commit is contained in:
Marian Krivos 2011-08-22 17:58:47 +00:00
parent 06dad528cf
commit f66cd72471

View File

@ -96,6 +96,12 @@ public:
void joinAll();
/// Waits for the completion of all the threads
/// in the TaskManager's thread pool.
///
/// Note: joinAll() will wait for ALL tasks in the
/// TaskManager's ThreadPool to complete. If the
/// ThreadPool has threads created by other
/// facilities, these threads must also complete
/// before joinAll() can return.
TaskList taskList() const;
/// Returns a copy of the internal task list.