Skip to content

Completed task "thread synchronization assignment" of 3rd week.

This merge request contains completed task "thread synchronization assignment" of 3rd week. The following purposes had to be reached: "Create a console application (*.exe) that will check if the instance of the application is already running in OS. So it should not be possible to run more than one process of your application at one time.

Inside your application create 6 threads, 2 of them should wait for ManualResetEvent of the first thread, another 2 threads should wait for AutoResetEvent of the second thread. Implement the logic which will show the correct output in the console."

Merge request reports