how can i make a class run as a thread??
Thank you,
Guilherme
Printable View
how can i make a class run as a thread??
Thank you,
Guilherme
just create a method that will run your class and then create a thread that will access your function
what i mean is that i want to run the class like a diferent application
this class will control some devices, and i wont work with it, it just should be running in background, but i will have about 10 diferent objects from this class, and i need each object working indenpendent.
Thank you,
Guilherme Costa