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

Add the ability to "push" tasks to an existing queue #8

Closed taha closed 10 years ago

taha commented 10 years ago

The title says it all.

var queue = temporal.queue([...]);

// Add more tasks
queue.add([...]);
rwaldron commented 10 years ago

This needs to be rebased, sorry—I realized the screwup with the es6-shim earlier and forgot to push.

rwaldron commented 10 years ago

I went ahead and resolved the conflict and merged this in—thanks!

taha commented 10 years ago

Thanks! Sorry didn't get the chance to rebase it! Was planning on doing it this weekend :P

rwaldron commented 10 years ago

No worries! Thanks again