原创 QRunnable與多線程

前面的博文中,我們講過QtConcurrent模塊,該模塊是Qt中實現併發編程的高級API接口,而QRunnable結合QThreadPoll和QThread都是Qt中與併發編程相關的低級接口。今天我們先來看QRunnable和QThre