1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-04-04 10:25:28 +02:00

Fix typo in document of TaskManager::start() ()

This commit is contained in:
Philip Ye 2023-09-21 23:30:52 +12:00 committed by GitHub
parent 3eb18502e7
commit 43bcc553fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,7 +70,7 @@ public:
/// from the thread pool.
///
/// The TaskManager takes ownership of the Task object
/// and deletes it when it it finished.
/// and deletes it when it is finished.
void cancelAll();
/// Requests cancellation of all tasks.