std::uint64_t sv1{
0};
std::string sv2;
std::string sv3;
std::uint64_t sv4{
100};
std::vector<std::string> sv5;
//Let's omit many and many data memebers.
std::int32_t sv100{
100};
std::atomic_bool is_ready{
false};
void produce();
void consume();
int main(int argc, char* argv[])
{
std::thread t1{
init};
std
10-12
1123
01-11
1万+
10-28
8353
12-23
1万+
08-13
8818