* QThreadPool 管理和回收各个 QThread 对象,以帮助减少使用线程的程序中的线程创建成本. * ?每个Qt应用程序都有一个全局 QThreadPool 对象,可以通过调用 globalInstance () 来访问它. * 也可以单独创建一个 QThreadPool 对象使用.