MCPcopy Create free account
hub / github.com/Shangyizhou/A-Tiny-Network-Library / EventLoopThreadPool

Method EventLoopThreadPool

src/net/EventLoopThreadPool.cc:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "EventLoopThreadPool.h"
5
6EventLoopThreadPool::EventLoopThreadPool(EventLoop *baseLoop, const std::string &nameArg)
7 : baseLoop_(baseLoop)
8 , name_(nameArg)
9 , started_(false)
10 , numThreads_(0)
11 , next_(0)
12{
13}
14
15EventLoopThreadPool::~EventLoopThreadPool()
16{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected