void multicast_communication::market_data_receiver::process_thread(service_ptr service)
{
	service->run();
}
예제 #2
0
void run(service_ptr service)
{
    service->run();
}