MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / CFuncThread

Method CFuncThread

test/rpc/FuncThread.cpp:4–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "InfoRouter.h"
3
4CFuncThread::CFuncThread(std::shared_ptr<CInfoRouter>& router) : _func_router(router) {
5}
6
7CFuncThread::~CFuncThread() {
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected