tasktimer
tasktimer copied to clipboard
Task does not start immediately even if delay is 0
Hello,
first of all thanks for this great library. It makes the life much more easier.
I don't know if it is a bug or I don't get it:
- I have a timer that tiks every 10 seconds
- I have a task with an interval of 10 seconds, delay of 0
I would expect that the task starts immediatly when the next "tick" is running.
But it seems that it takes always a minimum of 10 seconds before this task starts for the first time, even if this timer is already in use by other tasks. So in my project, I have always to perform the operation of the task manually for the first time to prevent time gaps.
I don't think that this is an accident.
Can you help me?