mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-30 05:39:03 +01:00
trunk/branch integration: documentation
This commit is contained in:
parent
06dad528cf
commit
f66cd72471
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user