Hey.
I'm having some problems with threads. I understand how they work, but since they all use the same method, how do I run different threads that do completely different things, but at the same time?
To me, it seems that they always use the same standard method which makes them do the same thing.
So, let's say I have a
…