以下成员源于类 QThreadPool 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
void
|
cancel (QRunnable * runnable ) |
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 tryTake () instead, but note the different deletion rules.
移除指定
runnable
from the queue if it is not yet started. The runnables for which
runnable->autoDelete()
返回
true
被删除。
该函数在 Qt 5.5 引入。