posted 7 years ago
for the above code, I have the foollowing instantiations :
If the above statemements st 1, st 2, st 3, st 4 have to be executed all at the same time , how to do it without using threads because even with threads, there can be a small delay of few milliseconds. So without theading, all the above 4 statements have to be execeuted all at the same time . How can this be achieved without using concept of threads ?