载入中...
搜索中...
未找到
ThreadPool.h 文件参考
#include "thread/Task.h"
#include <condition_variable>
#include <cstddef>
#include <functional>
#include <memory>
#include <mutex>
#include <queue>
#include <string>
#include <thread>
#include <vector>

浏览源代码.

class  eve::thread::ThreadPool
 Fixed-size worker pool. Owns worker std::threads; tasks run FIFO. Squirrel VM is not thread-safe — do not call into scripts from workers. 更多...
 

命名空间

namespace  eve
 
namespace  eve::thread