Thread++
Client-Server Multithreading with C++
Functions
Main.cpp File Reference

Code for the function main(). More...

#include <iostream>
#include "ThreadManager.h"
#include "Task.h"
#include "Timer.h"

Functions

int main ()
 Main. More...
 

Function Documentation

◆ main()

int main ( )

Create a thread manager and a timer. Add some empty tasks to the task manager. Start the timer. Report current data and time, and the number of available threads. Spawn the threads and wait for them to terminate. Use the timer to report current time, elapsed time, and CPU time, then have the thread manager process the results.

Returns
0 (What could possibly go wrong?)