摘要:
博主在他的博客里对taskqueue的各种使用情况和使用方法都介绍的很清楚:http://www.cnblogs.com/zhiranok/archive/2013/01/14/task_queue.html先把代码贴上,之后研究:#ifndef _TASK_QUEUE_I_#define _TASK_QUEUE_I_#include #include using namespace std;namespace ff {typedef void (*task_func_t)(void*);class task_impl_i{public: virtual ~task_impl_i(){}... 阅读全文
posted @ 2013-10-09 11:00
hailong
阅读(333)
评论(0)
推荐(0)

浙公网安备 33010602011771号