rwaldron / temporal

Non-blocking, temporal task sequencing. For use with robots built with Johnny-Five
http://johnny-five.io/
MIT License
84 stars 12 forks source link

patch queue to never miss a task #7

Closed mdehaussy closed 10 years ago

mdehaussy commented 10 years ago

Keep "now" value from previous tick. In next tick, search in queue tab if there is a callback to execute between previous tick "now" and next tick "now".

rwaldron commented 10 years ago

I like this approach, a few question inline :)