I want to execute a proc at some specified time, but I want to be able to change this time.
So at the moment I just create a thread which sleeps the correct amount of time before it does its task, and if I want to change the time I cancel the thread and start a new one. But I dont realy want to create a new thread every time. So is there a better way of achieving this? (it may be linux specific) thanks in advance, chol
