1 #include <samchon/protocol/master/ParallelClientArrayMediator.hpp> 3 #include <samchon/protocol/master/ParallelSlaveClientMediator.hpp> 7 #include <samchon/library/XML.hpp> 17 ParallelClientArrayMediator::ParallelClientArrayMediator()
37 array<thread, 2> threadArray =
56 for (
size_t i = 0; i < threadArray.size(); i++)
57 threadArray[i].join();
An array of ExternalSystem(s).
virtual auto toXML() const -> std::shared_ptr< library::XML > override
Get an XML object represents the EntityGroup.
Package for external system, within the framework of master.
Package of network protocol and libraries.
virtual void start() override
Start interaction.
virtual void construct(std::shared_ptr< library::XML >) override
Construct data of the Entity from an XML object.
virtual void construct(std::shared_ptr< library::XML >) override
Construct data of the Entity from an XML object.
An array of ExternalClient(s)
XML is a class representing xml object.
virtual auto toXML() const -> std::shared_ptr< library::XML > override
Get an XML object represents the EntityGroup.