摘要: 贴下来学习,转自http://www.cnblogs.com/zhiranok/archive/2012/05/13/cpp_multi_thread.html#ifndef _TASK_QUEUE_IMPL_H_#define _TASK_QUEUE_IMPL_H_#include<pthread.h>#include <list>#include <stdexcept>using namespace std;#include "task_queue_i.h"#include "lock.h"namespace ff 阅读全文
posted @ 2013-01-28 07:34 hailong 阅读(379) 评论(0) 推荐(0)