I want to insert delay but does not want that the thread goes to sleep. How can it be achieved ?
I want to insert delay but does not want that the thread goes to sleep. How can it be achieved ?
Hello Gulzar,
I want to insert delay but does not want that the thread goes to sleep. How can it be achieved ?
Referring to the Lifecyle documentation. You could e.g. use a semaphore to achieve that. But I’m not quite sure why you not would like a thread to go to sleep while it is doing nothing?
Regards,
Markus