mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-26 18:42:41 +01:00
Fix typo in document of TaskManager::start() (#4155)
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
|||||||
/// from the thread pool.
|
/// from the thread pool.
|
||||||
///
|
///
|
||||||
/// The TaskManager takes ownership of the Task object
|
/// The TaskManager takes ownership of the Task object
|
||||||
/// and deletes it when it it finished.
|
/// and deletes it when it is finished.
|
||||||
|
|
||||||
void cancelAll();
|
void cancelAll();
|
||||||
/// Requests cancellation of all tasks.
|
/// Requests cancellation of all tasks.
|
||||||
|
|||||||
Reference in New Issue
Block a user