コード例 #1
0
void multicast_communication::market_data_receiver::process_thread(service_ptr service)
{
	service->run();
}
コード例 #2
0
ファイル: postbind.cpp プロジェクト: arorts/libbitcoin
void run(service_ptr service)
{
    service->run();
}