This is to remove the particularity of the init function. But after some thinking I am not that willing to do it. This method maybe should be kept as an initialisation only method thus not meant to execute wait. If someone wants to do it there is still the possibility to call serialThreadRun in init to then be able to call wait.
This is to remove the particularity of the init function. But after some thinking I am not that willing to do it. This method maybe should be kept as an initialisation only method thus not meant to execute wait. If someone wants to do it there is still the possibility to call
serialThreadRun
ininit
to then be able to callwait
.