MCPcopy Create free account
hub / github.com/apache/singa / NetworkThread

Method NetworkThread

src/io/network/endpoint.cc:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196NetworkThread::NetworkThread(int port) {
197 this->port_ = port;
198 thread_ = new std::thread([this] { doWork(); });
199 this->epf_ = new EndPointFactory(this);
200}
201
202void NetworkThread::doWork() {
203

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected