摘要: 说明同线程时,直接调用回调(block参数没意义)创建invoker所在的线程,需要有Qt的消息循环(比如UI线程)直接上代码typedef std::function InvokerFunc;class Invoker: public QObject{ Q_OBJECTpublic: ... 阅读全文
posted @ 2015-12-10 14:45 淡菊 阅读(1209) 评论(0) 推荐(0) 编辑