So I’ve been wondering,
recently, in school, we’ve been learning about java threads..
Unlike most other languages, I haven’t found a way to thread a function in java yet, which is really what I’m looking for…
I know one could use the run class, but imagine a class has 3 functions, each with their own
parameters, i’d like to be able to call those functions and thread them seperatly if possible…
1 Answer