Samchon Framework for CPP  1.0.0
ParallelClientArray.cpp
1 #include <samchon/protocol/master/ParallelClientArray.hpp>
2 
3 using namespace std;
4 using namespace samchon::library;
5 using namespace samchon::protocol;
6 using namespace samchon::protocol::master;
7 
8 ParallelClientArray::ParallelClientArray()
9  : super(),
11 {
12 }
An array of ExternalSystem(s).
Package for external system, within the framework of master.
Definition: RWMutex.hpp:4
Package of libraries.
Definition: library.hpp:84
Package of network protocol and libraries.
Definition: protocol.hpp:185