MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / start_in_thread

Method start_in_thread

Networking/Server.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void* Server::start_in_thread(void* server)
157{
158 ((Server*)server)->start();
159 return 0;
160}
161
162Server* Server::start_networking(Names& N, int my_num, int nplayers,
163 string hostname, int portnum, int my_port)

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected