MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / ReceiverThread

Method ReceiverThread

cp-profiler/src/cpprofiler/receiver_thread.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14{
15
16ReceiverThread::ReceiverThread(intptr_t socket_desc, const Settings &s)
17 : m_socket_desc(socket_desc), m_settings(s)
18{
19 std::cerr << "socket descriptor: " << socket_desc << std::endl;
20
21 qRegisterMetaType<MessageWrapper>();
22}
23
24void ReceiverThread::run()
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected