Skip to content

Understand the concept of threads and Multithreading

Mahmood Rasheed requested to merge task13 into main

Understand the concept of threads and Multithreading. Developed a counter program, that countdown using Thread1, Thread2 and Main Thread. When Thread1 and Thread2 done their tasks, then main Thread preferom its task, which is to print Done.

Merge request reports