Since I didn't find anything in the documentation I just ask stupidly:
Does each class run in its own thread?
I ask because I am programming an RS485 bus that runs in its own class, and as fast as possible. Is it now completely self-sufficient from the rest of the program and I can perform other tasks in different classes without speed loss? or do I have to run it explicitly in a thread?
Does each class run in its own thread?
I ask because I am programming an RS485 bus that runs in its own class, and as fast as possible. Is it now completely self-sufficient from the rest of the program and I can perform other tasks in different classes without speed loss? or do I have to run it explicitly in a thread?
Last edited: