1 #include <samchon/protocol/master/ParallelServerArrayMediator.hpp> 3 #include <samchon/protocol/master/ParallelSlaveServerMediator.hpp> 13 ParallelServerArrayMediator::ParallelServerArrayMediator()
22 array<thread, 2> threadArray =
41 for (
size_t i = 0; i < threadArray.size(); i++)
42 threadArray[i].join();
An array of ExternalSystem(s).
virtual void start() override
Start interaction.
Package for external system, within the framework of master.
An array of ExternalServer(s)
Package of network protocol and libraries.