scheduling - Fine-Grain Timing in WebOS -
I am trying to create a program that works within soft real-time schedules; To do this, I need to create an incident at a time intervals that is much less than a second.
Is there an API that exposes fine grain timers in webOS?
You can use the DOM API to call the function back in the future. Time is specified in milliseconds, after calling for setting the telephone, your callback will be called at least several milliseconds, but if this other JS code is running then it can be longer, because the JavaScript engine lets your function Do not interfere with running code to make calls.
Comments
Post a Comment