MCPcopy Create free account
hub / github.com/ImageEngine/cortex / serverThread

Method serverThread

src/IECoreImage/DisplayDriverServer.cpp:295–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void DisplayDriverServer::serverThread()
296{
297 try
298 {
299 m_data->m_service.run();
300 }
301 catch( std::exception &e )
302 {
303 msg( Msg::Error, "DisplayDriverServer::serverThread", e.what() );
304 }
305}
306
307void DisplayDriverServer::handleAccept( DisplayDriverServer::SessionPtr session, const boost::system::error_code& error)
308{

Callers

nothing calls this directly

Calls 1

whatMethod · 0.80

Tested by

no test coverage detected