Program in the project creates two threads, each of them prints number to output with delay equal to number seconds
Enter s
character to start printing, enter q
character to stop printing
g++ -Wall -std=c++11 -pthread -o main main.cpp
Program in the project creates two threads, each of them prints number to output with delay equal to number seconds
Enter s
character to start printing, enter q
character to stop printing
g++ -Wall -std=c++11 -pthread -o main main.cpp