Hi, I got another question ;D
I got a lot of sparetime at the moment
I’ve got some objects, after some time I have to execute a function (for example object.setAwake()). Would you use
1.timer
2. new thread + thread.sleep (I already read that I shouldn’t use that)
3. a list with all objects and poll them
I don’t need a break condition like it’s already implemented in the timer.
best regards