In module 6, we introduce the students to multi-threading programming.
In the exercises, it is diffcult to actually test if they use or not multiple threads. And even if they use multiple threads, are they doing what they should be doing?
It seems that we can access the runtime stack trace of the threads using this method.
We should investigate how this can be translated in the exercise.
In module 6, we introduce the students to multi-threading programming.
In the exercises, it is diffcult to actually test if they use or not multiple threads. And even if they use multiple threads, are they doing what they should be doing?
It seems that we can access the runtime stack trace of the threads using this method.
We should investigate how this can be translated in the exercise.