HolmanDev / NBSS

N-Body System Simulation
GNU General Public License v3.0
1 stars 1 forks source link

Join quirks #11

Open HolmanDev opened 2 years ago

HolmanDev commented 2 years ago

Don't waste time on this until you know what implications these "quirks" have.

Example situations: Is a process terminated if the namespace ends, or does it need to be joined? How do I properly stop a process?

Relevant resources: https://stackoverflow.com/questions/15085348/what-is-the-use-of-join-in-python-threading https://www.geeksforgeeks.org/joining-threads-in-python/ https://www.tutorialexample.com/understand-join-in-python-threading-with-examples-a-beginner-guide-python-tutorial/ https://docs.python.org/3/library/threading.html#threading.Thread.join