mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-02 09:49:48 +02:00
Fix typo in document of TaskManager::start() (#4155)
This commit is contained in:
parent
3eb18502e7
commit
43bcc553fe
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user