Hi,
I tried priority 6 and 8 for “my thread” and check behavior as explained in TP5.
But I also tried to set priority level to 7, to have equal priority with main(). I was expecting that the sheduler would share computational time between the two threads (as it is on an computer). That would mean having the hello world message AND shell open.
But I could only have shell open and no message from “my thread”… So “my thread” seems to be asleep or waiting main() has finished.
Am I missing something ??
Thanks for the MOOC !
Marc