0.0.1 • Published 11 years ago
co-timer v0.0.1
This is a small generated based timer library. It allows you to yield to wait for a timeout. If you want to learn about generators, see the article Working with Koa and Generators.
Installation
$ npm install co-timer
Usage
co(function* () {
yield timer(3000);
})();
License
MIT
0.0.1
11 years ago