PolyProcessInterface / ppi

2 stars 2 forks source link

Run NodeProcess.init in a serailThread so that processes can call wait in it #45

Open n-peugnet opened 4 years ago

n-peugnet commented 4 years ago

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.