Concurrency: BasicThread
Implement method started org.example.BasicThread
-
must take three parameters of type Thread
-
must return true when all threads are started
-
must run not started thread and then return true
Implement method completed org.example.BasicThread
-
must take three parameters of type Thread
-
must return true only when all threads are completed