No, not the ones you are thinking of.
The scheduler for one time events can have:
time > 0 -> seconds from now to run.
time = 0 -> after the next frame.
time = -1 -> before the next frame.
Just think what you can to with that.
Hello GOTO, hello JUMP....
Fun ensues.