<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How can I find out quantity of unfulfilled tasks in QThreadPool?]]></title><description><![CDATA[<p dir="auto">I want know all of my remaining tasks.<br />
How can I do it?</p>
]]></description><link>https://forum.qt.io/topic/87206/how-can-i-find-out-quantity-of-unfulfilled-tasks-in-qthreadpool</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 18:11:31 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/87206.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 26 Jan 2018 13:00:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How can I find out quantity of unfulfilled tasks in QThreadPool? on Sat, 27 Jan 2018 16:41:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> Thenks!</p>
]]></description><link>https://forum.qt.io/post/438897</link><guid isPermaLink="true">https://forum.qt.io/post/438897</guid><dc:creator><![CDATA[AlekseyB]]></dc:creator><pubDate>Sat, 27 Jan 2018 16:41:51 GMT</pubDate></item><item><title><![CDATA[Reply to How can I find out quantity of unfulfilled tasks in QThreadPool? on Fri, 26 Jan 2018 21:52:30 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">QThreadPool doesn't provide that API so you're doing the right thing.</p>
]]></description><link>https://forum.qt.io/post/438801</link><guid isPermaLink="true">https://forum.qt.io/post/438801</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 26 Jan 2018 21:52:30 GMT</pubDate></item><item><title><![CDATA[Reply to How can I find out quantity of unfulfilled tasks in QThreadPool? on Fri, 26 Jan 2018 13:31:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a> said in <a href="/post/438708">How can I find out quantity of unfulfilled tasks in QThreadPool?</a>:</p>
<blockquote>
<p dir="auto">Keep track of not started or running tasks (for example keep them in a list).<br />
If a thread finishes its task it can emit a signal so you can remove the finished task from the list.</p>
</blockquote>
<p dir="auto">Now I use a similar solution. But I don't like it.</p>
]]></description><link>https://forum.qt.io/post/438715</link><guid isPermaLink="true">https://forum.qt.io/post/438715</guid><dc:creator><![CDATA[AlekseyB]]></dc:creator><pubDate>Fri, 26 Jan 2018 13:31:16 GMT</pubDate></item><item><title><![CDATA[Reply to How can I find out quantity of unfulfilled tasks in QThreadPool? on Fri, 26 Jan 2018 13:10:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alekseyb">@<bdi>AlekseyB</bdi></a> How do you manage your tasks?<br />
Keep track of not started or running tasks (for example keep them in a list).<br />
If a thread finishes its task it can emit a signal so you can remove the finished task from the list.</p>
]]></description><link>https://forum.qt.io/post/438708</link><guid isPermaLink="true">https://forum.qt.io/post/438708</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Fri, 26 Jan 2018 13:10:13 GMT</pubDate></item></channel></rss>